Class: Aws::Snowball::Types::ListPickupLocationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::ListPickupLocationsRequest
- Defined in:
- gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of locations to list per page.
-
#next_token ⇒ String
HTTP requests are stateless.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of locations to list per page.
1946 1947 1948 1949 1950 1951 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1946 class ListPickupLocationsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
HTTP requests are stateless. To identify what object comes "next"
in the list of ListPickupLocationsRequest
objects, you have the
option of specifying NextToken
as the starting point for your
returned list.
1946 1947 1948 1949 1950 1951 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1946 class ListPickupLocationsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |