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.
-
#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.
782 783 784 785 786 787 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 782 class ProposalSummary < Struct.new( :offer_id, :resources) SENSITIVE = [] include Aws::Structure end |
#resources ⇒ Array<Types::Resource>
The list of resources involved in the agreement.
782 783 784 785 786 787 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 782 class ProposalSummary < Struct.new( :offer_id, :resources) SENSITIVE = [] include Aws::Structure end |