Class: Aws::Organizations::Types::DescribeResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DescribeResourcePolicyResponse
- Defined in:
- gems/aws-sdk-organizations/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.
1772 1773 1774 1775 1776 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1772 class DescribeResourcePolicyResponse < Struct.new( :resource_policy) SENSITIVE = [] include Aws::Structure end |