Class: Aws::Chime::Types::UserSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UserSettings
- Defined in:
- gems/aws-sdk-chime/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.
2973 2974 2975 2976 2977 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2973 class UserSettings < Struct.new( :telephony) SENSITIVE = [] include Aws::Structure end |