Class: Aws::Organizations::Types::DescribeAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DescribeAccountRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The unique identifier (ID) of the Amazon Web Services account that you want information about.
Instance Attribute Details
#account_id ⇒ String
The unique identifier (ID) of the Amazon Web Services account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.
The [regex pattern] for an account ID string requires exactly 12 digits.
1470 1471 1472 1473 1474 |
# File 'lib/aws-sdk-organizations/types.rb', line 1470 class DescribeAccountRequest < Struct.new( :account_id) SENSITIVE = [] include Aws::Structure end |