Class: Aws::Snowball::Types::ListPickupLocationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::ListPickupLocationsResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowball/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#addresses ⇒ Array<Types::Address>
Information about the address of pickup locations.
-
#next_token ⇒ String
HTTP requests are stateless.
Instance Attribute Details
#addresses ⇒ Array<Types::Address>
Information about the address of pickup locations.
1966 1967 1968 1969 1970 1971 |
# File 'lib/aws-sdk-snowball/types.rb', line 1966 class ListPickupLocationsResult < Struct.new( :addresses, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
1966 1967 1968 1969 1970 1971 |
# File 'lib/aws-sdk-snowball/types.rb', line 1966 class ListPickupLocationsResult < Struct.new( :addresses, :next_token) SENSITIVE = [] include Aws::Structure end |