Class: Aws::Snowball::Types::ListPickupLocationsRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-snowball/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of locations to list per page.

Returns:

  • (Integer)


1946
1947
1948
1949
1950
1951
# File 'lib/aws-sdk-snowball/types.rb', line 1946

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

#next_tokenString

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.

Returns:

  • (String)


1946
1947
1948
1949
1950
1951
# File 'lib/aws-sdk-snowball/types.rb', line 1946

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