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.



1926
1927
1928
1929
1930
1931
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1926

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)


1926
1927
1928
1929
1930
1931
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1926

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