Class: Aws::Organizations::Types::DescribeEffectivePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DescribeEffectivePolicyResponse
- Defined in:
- gems/aws-sdk-organizations/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.
1637 1638 1639 1640 1641 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1637 class DescribeEffectivePolicyResponse < Struct.new( :effective_policy) SENSITIVE = [] include Aws::Structure end |