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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-marketplaceagreement/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, version, proposer, and acceptor).

Returns:



1051
1052
1053
1054
1055
1056
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 1051

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)


1051
1052
1053
1054
1055
1056
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 1051

class SearchAgreementsOutput < Struct.new(
  :agreement_view_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end