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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


787
788
789
790
791
792
793
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 787

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

#offer_set_idString

A unique identifier for the offer set containing this offer. All agreements created from offers in this set include this identifier as context.

Returns:

  • (String)


787
788
789
790
791
792
793
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 787

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

#resourcesArray<Types::Resource>

The list of resources involved in the agreement.

Returns:



787
788
789
790
791
792
793
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 787

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