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

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

The AvailablePolicyTypes part of the response is deprecated, and you shouldn't use it in your apps. It doesn't include any policy type supported by Organizations other than SCPs. To determine which policy types are enabled in your organization, use the ListRoots operation.

Returns:



1610
1611
1612
1613
1614
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1610

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