Class: Aws::Snowball::Types::CreateLongTermPricingRequest

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

Specifies whether the current long-term pricing type for the device should be renewed.

Returns:

  • (Boolean)


808
809
810
811
812
813
814
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 808

class CreateLongTermPricingRequest < Struct.new(
  :long_term_pricing_type,
  :is_long_term_pricing_auto_renew,
  :snowball_type)
  SENSITIVE = []
  include Aws::Structure
end

#long_term_pricing_typeString

The type of long-term pricing option you want for the device, either 1-year or 3-year long-term pricing.

Returns:

  • (String)


808
809
810
811
812
813
814
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 808

class CreateLongTermPricingRequest < Struct.new(
  :long_term_pricing_type,
  :is_long_term_pricing_auto_renew,
  :snowball_type)
  SENSITIVE = []
  include Aws::Structure
end

#snowball_typeString

The type of Snow Family devices to use for the long-term pricing job.

Returns:

  • (String)


808
809
810
811
812
813
814
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 808

class CreateLongTermPricingRequest < Struct.new(
  :long_term_pricing_type,
  :is_long_term_pricing_auto_renew,
  :snowball_type)
  SENSITIVE = []
  include Aws::Structure
end