Class: Aws::Snowball::Types::UpdateLongTermPricingRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#is_long_term_pricing_auto_renewBoolean

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.

Returns:

  • (Boolean)


2715
2716
2717
2718
2719
2720
2721
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2715

class UpdateLongTermPricingRequest < Struct.new(
  :long_term_pricing_id,
  :replacement_job,
  :is_long_term_pricing_auto_renew)
  SENSITIVE = []
  include Aws::Structure
end

#long_term_pricing_idString

The ID of the long-term pricing type for the device.

Returns:

  • (String)


2715
2716
2717
2718
2719
2720
2721
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2715

class UpdateLongTermPricingRequest < Struct.new(
  :long_term_pricing_id,
  :replacement_job,
  :is_long_term_pricing_auto_renew)
  SENSITIVE = []
  include Aws::Structure
end

#replacement_jobString

Specifies that a device that is ordered with long-term pricing should be replaced with a new device.

Returns:

  • (String)


2715
2716
2717
2718
2719
2720
2721
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2715

class UpdateLongTermPricingRequest < Struct.new(
  :long_term_pricing_id,
  :replacement_job,
  :is_long_term_pricing_auto_renew)
  SENSITIVE = []
  include Aws::Structure
end