Class: Aws::MarketplaceAgreement::Types::SearchAgreementsOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-marketplaceagreement/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agreement_view_summariesArray<Types::AgreementViewSummary>

A summary of the agreement, including top-level attributes (for example, the agreement ID, proposer, and acceptor).

Returns:



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_tokenString

The token used for pagination. The field is ‘null` if there are no more results.

Returns:

  • (String)


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