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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#telephonyTypes::TelephonySettings

The telephony settings associated with the user.



9055
9056
9057
9058
9059
# File 'lib/aws-sdk-chime/types.rb', line 9055

class UserSettings < Struct.new(
  :telephony)
  SENSITIVE = []
  include Aws::Structure
end