Class: Aws::Organizations::Types::DescribeCreateAccountStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DescribeCreateAccountStatusRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
Note:
When making an API call, you may pass DescribeCreateAccountStatusRequest data as a hash:
{
create_account_request_id: "CreateAccountRequestId", # required
}
Instance Attribute Summary collapse
-
#create_account_request_id ⇒ String
Specifies the ‘operationId` that uniquely identifies the request.
Instance Attribute Details
#create_account_request_id ⇒ String
Specifies the ‘operationId` that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.
The [regex pattern] for an create account request ID string requires “car-” followed by from 8 to 32 lower-case letters or digits.
740 741 742 743 |
# File 'lib/aws-sdk-organizations/types.rb', line 740 class DescribeCreateAccountStatusRequest < Struct.new( :create_account_request_id) include Aws::Structure end |