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

Class: Aws::Chime::Types::UserSettings

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

Overview

Note:

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

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#telephonyTypes::TelephonySettings

The telephony settings associated with the user.

Returns: