Class: Aws::Snowball::Types::ListLongTermPricingResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::ListLongTermPricingResult
- Includes:
- Aws::Structure
- Defined in:
- 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 the `LongTermPricing` 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 '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 'lib/aws-sdk-snowball/types.rb', line 1926 class ListLongTermPricingResult < Struct.new( :long_term_pricing_entries, :next_token) SENSITIVE = [] include Aws::Structure end |