Class: Aws::Organizations::Types::CreateOrganizationResponse

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

#organizationTypes::Organization

A structure that contains details about the newly created organization.

Returns:



1106
1107
1108
1109
1110
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1106

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