Class: Aws::Chime::Types::UpdateAccountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdateAccountResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account ⇒ Types::Account
The updated Amazon Chime account details.
Instance Attribute Details
#account ⇒ Types::Account
The updated Amazon Chime account details.
8220 8221 8222 8223 8224 |
# File 'lib/aws-sdk-chime/types.rb', line 8220 class UpdateAccountResponse < Struct.new( :account) SENSITIVE = [] include Aws::Structure end |