Class: Aws::Organizations::Types::DescribeCreateAccountStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DescribeCreateAccountStatusRequest
- Defined in:
- gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#create_account_request_id ⇒ String
Specifies the
Idvalue that uniquely identifies theCreateAccountrequest.
Instance Attribute Details
#create_account_request_id ⇒ String
Specifies the Id value that uniquely identifies the
CreateAccount request. You can get the value from the
CreateAccountStatus.Id response in an earlier CreateAccount
request, or from the ListCreateAccountStatus operation.
The regex pattern for a create account request ID string requires "car-" followed by from 8 to 32 lowercase letters or digits.
1571 1572 1573 1574 1575 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1571 class DescribeCreateAccountStatusRequest < Struct.new( :create_account_request_id) SENSITIVE = [] include Aws::Structure end |