Class: Aws::MarketplaceCatalog::Types::GetResourcePolicyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

The policy document to set; formatted in JSON.

Returns:

  • (String)


1134
1135
1136
1137
1138
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 1134

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