class Aws::Snowball::Client

def update_long_term_pricing(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • update_long_term_pricing(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/UpdateLongTermPricing - AWS API Documentation

Other tags:
    Example: Request syntax with placeholder values -

Returns:
  • (Struct) - Returns an empty {Seahorse::Client::Response response}.

Options Hash: (**params)
  • :is_long_term_pricing_auto_renew (Boolean) --
  • :replacement_job (String) --
  • :long_term_pricing_id (required, String) --
def update_long_term_pricing(params = {}, options = {})
  req = build_request(:update_long_term_pricing, params)
  req.send_request(options)
end