Class: Aws::MarketplaceAgreement::Types::GetAgreementTermsOutput

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

#accepted_termsArray<Types::AcceptedTerm>

A subset of terms proposed by the proposer that have been accepted by the acceptor as part of the agreement creation.

Returns:



671
672
673
674
675
676
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 671

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

#next_tokenString

A token to specify where to start pagination

Returns:

  • (String)


671
672
673
674
675
676
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 671

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