class Aws::Snowball::Client
def describe_addresses(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
describe_addresses(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeAddresses - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Example: Example: To describe all the addresses you've created for AWS Snowball -
Returns:
-
(Types::DescribeAddressesResult)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:next_token
(String
) -- -
:max_results
(Integer
) --
def describe_addresses(params = {}, options = {}) req = build_request(:describe_addresses, params) req.send_request(options) end