Class: Aws::MarketplaceAgreement::Types::ProposalSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceAgreement::Types::ProposalSummary
- 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
-
#offer_id ⇒ String
The unique identifier of the offer in AWS Marketplace.
-
#offer_set_id ⇒ String
A unique identifier for the offer set containing this offer.
-
#resources ⇒ Array<Types::Resource>
The list of resources involved in the agreement.
Instance Attribute Details
#offer_id ⇒ String
The unique identifier of the offer in AWS Marketplace.
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_id ⇒ String
A unique identifier for the offer set containing this offer. All agreements created from offers in this set include this identifier as context.
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 |
#resources ⇒ Array<Types::Resource>
The list of resources involved in the agreement.
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 |