class Aws::Snowball::Types::UpdateLongTermPricingRequest

@note When making an API call, you may pass UpdateLongTermPricingRequest

data as a hash:

    {
      long_term_pricing_id: "LongTermPricingId", # required
      replacement_job: "JobId",
      is_long_term_pricing_auto_renew: false,
    }

@!attribute [rw] long_term_pricing_id

The ID of the long-term pricing type for the device.
@return [String]

@!attribute [rw] replacement_job

Specifies that a device that is ordered with long-term pricing
should be replaced with a new device.
@return [String]

@!attribute [rw] is_long_term_pricing_auto_renew

If set to `true`, specifies that the current long-term pricing type
for the device should be automatically renewed before the long-term
pricing contract expires.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/UpdateLongTermPricingRequest AWS API Documentation

Constants

SENSITIVE