Class: Aws::Chime::Types::GetAccountSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetAccountSettingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_settings ⇒ Types::AccountSettings
The Amazon Chime account settings.
Instance Attribute Details
#account_settings ⇒ Types::AccountSettings
The Amazon Chime account settings.
3896 3897 3898 3899 3900 |
# File 'lib/aws-sdk-chime/types.rb', line 3896 class GetAccountSettingsResponse < Struct.new( :account_settings) SENSITIVE = [] include Aws::Structure end |