Class: Aws::Organizations::Types::DescribeEffectivePolicyResponse

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

#effective_policyTypes::EffectivePolicy

The contents of the effective policy.



1558
1559
1560
1561
1562
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1558

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