Class: Aws::Snowball::Types::UpdateLongTermPricingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::UpdateLongTermPricingRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowball/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#is_long_term_pricing_auto_renew ⇒ Boolean
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.
-
#long_term_pricing_id ⇒ String
The ID of the long-term pricing type for the device.
-
#replacement_job ⇒ String
Specifies that a device that is ordered with long-term pricing should be replaced with a new device.
Instance Attribute Details
#is_long_term_pricing_auto_renew ⇒ Boolean
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.
2715 2716 2717 2718 2719 2720 2721 |
# File '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_id ⇒ String
The ID of the long-term pricing type for the device.
2715 2716 2717 2718 2719 2720 2721 |
# File '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_job ⇒ String
Specifies that a device that is ordered with long-term pricing should be replaced with a new device.
2715 2716 2717 2718 2719 2720 2721 |
# File '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 |