Class: Aws::Organizations::Types::DescribeAccountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DescribeAccountResponse
- Defined in:
- gems/aws-sdk-organizations/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.
1548 1549 1550 1551 1552 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1548 class DescribeAccountResponse < Struct.new( :account) SENSITIVE = [] include Aws::Structure end |