Class: Aws::Chime::Types::UpdateAccountSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdateAccountSettingsRequest
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb
Overview
Note:
When making an API call, you may pass UpdateAccountSettingsRequest data as a hash:
{
account_id: "NonEmptyString", # required
account_settings: { # required
disable_remote_control: false,
enable_dial_out: false,
},
}
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.
10100 10101 10102 10103 10104 10105 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 10100 class UpdateAccountSettingsRequest < Struct.new( :account_id, :account_settings) SENSITIVE = [] include Aws::Structure end |
#account_settings ⇒ Types::AccountSettings
The Amazon Chime account settings to update.
10100 10101 10102 10103 10104 10105 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 10100 class UpdateAccountSettingsRequest < Struct.new( :account_id, :account_settings) SENSITIVE = [] include Aws::Structure end |