Class: Aws::Snowball::Types::ListLongTermPricingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::ListLongTermPricingRequest
- Defined in:
- gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of
ListLongTermPricing
objects to return. -
#next_token ⇒ String
Because HTTP requests are stateless, this is the starting point for your next list of
ListLongTermPricing
to return.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of ListLongTermPricing
objects to return.
1907 1908 1909 1910 1911 1912 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1907 class ListLongTermPricingRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Because HTTP requests are stateless, this is the starting point for
your next list of ListLongTermPricing
to return.
1907 1908 1909 1910 1911 1912 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1907 class ListLongTermPricingRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |