Class: Aws::MarketplaceAgreement::Types::ProposalSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb

Overview

A summary of the proposal received from the proposer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#offer_idString

The unique identifier of the offer in AWS Marketplace.

Returns:

  • (String)


782
783
784
785
786
787
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 782

class ProposalSummary < Struct.new(
  :offer_id,
  :resources)
  SENSITIVE = []
  include Aws::Structure
end

#resourcesArray<Types::Resource>

The list of resources involved in the agreement.

Returns:



782
783
784
785
786
787
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 782

class ProposalSummary < Struct.new(
  :offer_id,
  :resources)
  SENSITIVE = []
  include Aws::Structure
end