Class: Aws::MarketplaceAgreement::Types::SearchAgreementsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceAgreement::Types::SearchAgreementsOutput
- Defined in:
- gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agreement_view_summaries ⇒ Array<Types::AgreementViewSummary>
A summary of the agreement, including top-level attributes (for example, the agreement ID, proposer, and acceptor).
-
#next_token ⇒ String
The token used for pagination.
Instance Attribute Details
#agreement_view_summaries ⇒ Array<Types::AgreementViewSummary>
A summary of the agreement, including top-level attributes (for example, the agreement ID, proposer, and acceptor).
2204 2205 2206 2207 2208 2209 |
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 2204 class SearchAgreementsOutput < Struct.new( :agreement_view_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token used for pagination. The field is null if there are no
more results.
2204 2205 2206 2207 2208 2209 |
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 2204 class SearchAgreementsOutput < Struct.new( :agreement_view_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |