Class: Aws::Chime::Types::GetUserSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetUserSettingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_settings ⇒ Types::UserSettings
The user settings.
Instance Attribute Details
#user_settings ⇒ Types::UserSettings
The user settings.
4437 4438 4439 4440 4441 |
# File 'lib/aws-sdk-chime/types.rb', line 4437 class GetUserSettingsResponse < Struct.new( :user_settings) SENSITIVE = [] include Aws::Structure end |