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.
1533 1534 1535 1536 1537 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1533 class DescribeAccountResponse < Struct.new( :account) SENSITIVE = [] include Aws::Structure end |