Class: Aws::MarketplaceDiscovery::Types::GetOfferTermsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If nextToken is returned, there are more results available. Make the call again using the returned token to retrieve the next page.

Returns:

  • (String)


1174
1175
1176
1177
1178
1179
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 1174

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

#offer_termsArray<Types::OfferTerm>

The terms attached to the offer. Each element contains exactly one term type.

Returns:



1174
1175
1176
1177
1178
1179
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 1174

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