Class: Aws::Chime::Types::GetAccountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetAccountResponse
- 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.
3872 3873 3874 3875 3876 |
# File 'lib/aws-sdk-chime/types.rb', line 3872 class GetAccountResponse < Struct.new( :account) SENSITIVE = [] include Aws::Structure end |