Class: Aws::Types::CreateLongTermPricingRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLongTermPricingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_long_term_pricing_auto_renew ⇒ Boolean
Returns the value of attribute is_long_term_pricing_auto_renew.
-
#long_term_pricing_type ⇒ "OneYear", ...
Returns the value of attribute long_term_pricing_type.
-
#snowball_type ⇒ "STANDARD", ...
Returns the value of attribute snowball_type.
Instance Attribute Details
#is_long_term_pricing_auto_renew ⇒ Boolean
Returns the value of attribute is_long_term_pricing_auto_renew.
157 158 159 |
# File 'sig/types.rbs', line 157 def is_long_term_pricing_auto_renew @is_long_term_pricing_auto_renew end |
#long_term_pricing_type ⇒ "OneYear", ...
Returns the value of attribute long_term_pricing_type.
156 157 158 |
# File 'sig/types.rbs', line 156 def long_term_pricing_type @long_term_pricing_type end |
#snowball_type ⇒ "STANDARD", ...
Returns the value of attribute snowball_type.
158 159 160 |
# File 'sig/types.rbs', line 158 def snowball_type @snowball_type end |