Class: Aws::Organizations::Types::DescribeResourcePolicyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-organizations/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_policyTypes::ResourcePolicy

A structure that contains details about the resource policy.



1692
1693
1694
1695
1696
# File 'lib/aws-sdk-organizations/types.rb', line 1692

class DescribeResourcePolicyResponse < Struct.new(
  :resource_policy)
  SENSITIVE = []
  include Aws::Structure
end