class Aws::Chime::Types::UserSettings

Settings associated with an Amazon Chime user, including inbound and outbound calling and text messaging.

@note When making an API call, you may pass UserSettings

data as a hash:

    {
      telephony: { # required
        inbound_calling: false, # required
        outbound_calling: false, # required
        sms: false, # required
      },
    }

@!attribute [rw] telephony

The telephony settings associated with the user.
@return [Types::TelephonySettings]

@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UserSettings AWS API Documentation

Constants

SENSITIVE