class Aws::Snowball::Client
def list_pickup_locations(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
list_pickup_locations(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ListPickupLocations - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Example: Example: To get a list of locations from which the customer can choose to pickup a device. -
Returns:
-
(Types::ListPickupLocationsResult)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:next_token
(String
) -- -
:max_results
(Integer
) --
def list_pickup_locations(params = {}, options = {}) req = build_request(:list_pickup_locations, params) req.send_request(options) end