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.
2544 2545 2546 2547 2548 |
# File 'lib/aws-sdk-chime/types.rb', line 2544 class UpdateAccountResponse < Struct.new( :account) SENSITIVE = [] include Aws::Structure end |