Class: Aws::Pricing::Types::ListPriceListsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pricing::Types::ListPriceListsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pricing/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
-
#price_lists ⇒ Array<Types::PriceList>
The type of price list references that match your request.
Instance Attribute Details
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
414 415 416 417 418 419 |
# File 'lib/aws-sdk-pricing/types.rb', line 414 class ListPriceListsResponse < Struct.new( :price_lists, :next_token) SENSITIVE = [] include Aws::Structure end |
#price_lists ⇒ Array<Types::PriceList>
The type of price list references that match your request.
414 415 416 417 418 419 |
# File 'lib/aws-sdk-pricing/types.rb', line 414 class ListPriceListsResponse < Struct.new( :price_lists, :next_token) SENSITIVE = [] include Aws::Structure end |