Class: Aws::Chime::Types::UpdateAccountSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdateAccountSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Chime account ID.
-
#account_settings ⇒ Types::AccountSettings
The Amazon Chime account settings to update.
Instance Attribute Details
#account_id ⇒ String
The Amazon Chime account ID.
8236 8237 8238 8239 8240 8241 |
# File 'lib/aws-sdk-chime/types.rb', line 8236 class UpdateAccountSettingsRequest < Struct.new( :account_id, :account_settings) SENSITIVE = [] include Aws::Structure end |
#account_settings ⇒ Types::AccountSettings
The Amazon Chime account settings to update.
8236 8237 8238 8239 8240 8241 |
# File 'lib/aws-sdk-chime/types.rb', line 8236 class UpdateAccountSettingsRequest < Struct.new( :account_id, :account_settings) SENSITIVE = [] include Aws::Structure end |