Class: Aws::Snowball::Types::ListLongTermPricingResult

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

#long_term_pricing_entriesArray<Types::LongTermPricingListEntry>

Each LongTermPricingEntry object contains a status, ID, and other information about the LongTermPricing type.



1891
1892
1893
1894
1895
1896
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1891

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

#next_tokenString

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

Returns:

  • (String)


1891
1892
1893
1894
1895
1896
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1891

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