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, version, 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, version, proposer, and acceptor).
1051 1052 1053 1054 1055 1056 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 1051 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.
1051 1052 1053 1054 1055 1056 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 1051 class SearchAgreementsOutput < Struct.new( :agreement_view_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |