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
Id
value that uniquely identifies theCreateAccount
request.
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.
1515 1516 1517 1518 1519 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1515 class DescribeCreateAccountStatusRequest < Struct.new( :create_account_request_id) SENSITIVE = [] include Aws::Structure end |