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