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

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


1248
1249
1250
1251
1252
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1248

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