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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#organizationTypes::Organization

A structure that contains details about the newly created organization.

Returns:



468
469
470
471
# File 'lib/aws-sdk-organizations/types.rb', line 468

class CreateOrganizationResponse < Struct.new(
  :organization)
  include Aws::Structure
end