Class: Aws::Organizations::Types::DescribeAccountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DescribeAccountResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account ⇒ Types::Account
A structure that contains information about the requested account.
Instance Attribute Details
#account ⇒ Types::Account
A structure that contains information about the requested account.
1482 1483 1484 1485 1486 |
# File 'lib/aws-sdk-organizations/types.rb', line 1482 class DescribeAccountResponse < Struct.new( :account) SENSITIVE = [] include Aws::Structure end |