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.
The ‘Status` parameter in the API response will be retired on September 9, 2026. Although both the account `State` and account `Status` parameters are currently available in the Organizations APIs (`DescribeAccount`, `ListAccounts`, `ListAccountsForParent`), we recommend that you update your scripts or other code to use the `State` parameter instead of `Status` before September 9, 2026.
1581 1582 1583 1584 1585 |
# File 'lib/aws-sdk-organizations/types.rb', line 1581 class DescribeAccountResponse < Struct.new( :account) SENSITIVE = [] include Aws::Structure end |