class Aws::Chime::Types::TelephonySettings

Settings that allow management of telephony permissions for an Amazon Chime user, such as inbound and outbound calling and text messaging.

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

data as a hash:

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

@!attribute [rw] inbound_calling

Allows or denies inbound calling.
@return [Boolean]

@!attribute [rw] outbound_calling

Allows or denies outbound calling.
@return [Boolean]

@!attribute [rw] sms

Allows or denies SMS messaging.
@return [Boolean]

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

Constants

SENSITIVE