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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-organizations/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.



1697
1698
1699
1700
1701
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1697

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