Class: Aws::Snowball::Types::ListLongTermPricingResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::ListLongTermPricingResult
- Defined in:
- gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#long_term_pricing_entries ⇒ Array<Types::LongTermPricingListEntry>
Each
LongTermPricingEntry
object contains a status, ID, and other information about theLongTermPricing
type. -
#next_token ⇒ String
Because HTTP requests are stateless, this is the starting point for your next list of returned
ListLongTermPricing
list.
Instance Attribute Details
#long_term_pricing_entries ⇒ Array<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_token ⇒ String
Because HTTP requests are stateless, this is the starting point for
your next list of returned ListLongTermPricing
list.
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 |