class Aws::Snowball::Types::CreateLongTermPricingRequest

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

data as a hash:

    {
      long_term_pricing_type: "OneYear", # required, accepts OneYear, ThreeYear
      is_long_term_pricing_auto_renew: false,
      snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD, SNC1_SSD
    }

@!attribute [rw] long_term_pricing_type

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

@!attribute [rw] is_long_term_pricing_auto_renew

Specifies whether the current long-term pricing type for the device
should be renewed.
@return [Boolean]

@!attribute [rw] snowball_type

The type of AWS Snow Family device to use for the long-term pricing
job.
@return [String]

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

Constants

SENSITIVE