Class: Aws::Organizations::Types::CreateAccountResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_account_statusTypes::CreateAccountStatus

A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the CloudTrail log for the CreateAccountResult event. For more information, see Logging and monitoring in Organizations in the Organizations User Guide.



770
771
772
773
774
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 770

class CreateAccountResponse < Struct.new(
  :create_account_status)
  SENSITIVE = []
  include Aws::Structure
end