Class: Aws::Organizations::Types::DescribeResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DescribeResourcePolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_policy ⇒ Types::ResourcePolicy
A structure that contains details about the resource policy.
Instance Attribute Details
#resource_policy ⇒ Types::ResourcePolicy
A structure that contains details about the resource policy.
1700 1701 1702 1703 1704 |
# File 'lib/aws-sdk-organizations/types.rb', line 1700 class DescribeResourcePolicyResponse < Struct.new( :resource_policy) SENSITIVE = [] include Aws::Structure end |