Class: Aws::Organizations::Types::DescribeEffectivePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DescribeEffectivePolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#effective_policy ⇒ Types::EffectivePolicy
The contents of the effective policy.
Instance Attribute Details
#effective_policy ⇒ Types::EffectivePolicy
The contents of the effective policy.
1565 1566 1567 1568 1569 |
# File 'lib/aws-sdk-organizations/types.rb', line 1565 class DescribeEffectivePolicyResponse < Struct.new( :effective_policy) SENSITIVE = [] include Aws::Structure end |