Class: Aws::Organizations::Types::DescribeOrganizationResponse

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 information about the organization.

Returns:



811
812
813
814
# File 'lib/aws-sdk-organizations/types.rb', line 811

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