Class: Aws::Snowball::Types::CreateLongTermPricingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::CreateLongTermPricingRequest
- 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
Specifies whether the current long-term pricing type for the device should be renewed.
-
#long_term_pricing_type ⇒ String
The type of long-term pricing option you want for the device, either 1-year or 3-year long-term pricing.
-
#snowball_type ⇒ String
The type of Snow Family devices to use for the long-term pricing job.
Instance Attribute Details
#is_long_term_pricing_auto_renew ⇒ Boolean
Specifies whether the current long-term pricing type for the device should be renewed.
808 809 810 811 812 813 814 |
# File '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_type ⇒ String
The type of long-term pricing option you want for the device, either 1-year or 3-year long-term pricing.
808 809 810 811 812 813 814 |
# File '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_type ⇒ String
The type of Snow Family devices to use for the long-term pricing job.
808 809 810 811 812 813 814 |
# File '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 |