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)


535
536
537
538
539
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 535

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