Class: Aws::Organizations::Types::DescribePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DescribePolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ Types::Policy
A structure that contains details about the specified policy.
Instance Attribute Details
#policy ⇒ Types::Policy
A structure that contains details about the specified policy.
1688 1689 1690 1691 1692 |
# File 'lib/aws-sdk-organizations/types.rb', line 1688 class DescribePolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |