You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Chime::Types::TelephonySettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing TelephonySettings as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#inbound_callingBoolean

Allows or denies inbound calling.

Returns:

  • (Boolean)

    Allows or denies inbound calling.

#outbound_callingBoolean

Allows or denies outbound calling.

Returns:

  • (Boolean)

    Allows or denies outbound calling.

#smsBoolean

Allows or denies SMS messaging.

Returns:

  • (Boolean)

    Allows or denies SMS messaging.