Class: Aws::Snowball::Types::ListPickupLocationsResult

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

#addressesArray<Types::Address>

Information about the address of pickup locations.

Returns:



1966
1967
1968
1969
1970
1971
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1966

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

#next_tokenString

HTTP requests are stateless. To identify what object comes "next" in the list of ListPickupLocationsResult objects, you have the option of specifying NextToken as the starting point for your returned list.

Returns:

  • (String)


1966
1967
1968
1969
1970
1971
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1966

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