Class: Aws::Chime::Types::CreateAccountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateAccountResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account ⇒ Types::Account
The Amazon Chime account details.
Instance Attribute Details
#account ⇒ Types::Account
The Amazon Chime account details.
1552 1553 1554 1555 1556 |
# File 'lib/aws-sdk-chime/types.rb', line 1552 class CreateAccountResponse < Struct.new( :account) SENSITIVE = [] include Aws::Structure end |