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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



1556
1557
1558
1559
1560
# File 'lib/aws-sdk-organizations/types.rb', line 1556

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