Class: Aws::Snowball::Types::ListLongTermPricingRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of ListLongTermPricing objects to return.

Returns:

  • (Integer)


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_tokenString

Because HTTP requests are stateless, this is the starting point for your next list of ListLongTermPricing to return.

Returns:

  • (String)


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