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