Class: Aws::Chime::Types::UserSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UserSettings
- 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
-
#telephony ⇒ Types::TelephonySettings
The telephony settings associated with the user.
Instance Attribute Details
#telephony ⇒ Types::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 |