Class: Aws::MarketplaceAgreement::Types::SearchAgreementsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceAgreement::Types::SearchAgreementsOutput
- Includes:
- Structure
- Defined in:
- 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).
1062 1063 1064 1065 1066 1067 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 1062 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.
1062 1063 1064 1065 1066 1067 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 1062 class SearchAgreementsOutput < Struct.new( :agreement_view_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |