Class: Aws::MarketplaceDiscovery::Types::GetOfferTermsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceDiscovery::Types::GetOfferTermsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplacediscovery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If
nextTokenis returned, there are more results available. -
#offer_terms ⇒ Array<Types::OfferTerm>
The terms attached to the offer.
Instance Attribute Details
#next_token ⇒ String
If nextToken is returned, there are more results available. Make
the call again using the returned token to retrieve the next page.
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_terms ⇒ Array<Types::OfferTerm>
The terms attached to the offer. Each element contains exactly one term type.
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 |