Class: Aws::Types::UpdateLongTermPricingRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLongTermPricingRequest
- 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_id ⇒ ::String
Returns the value of attribute long_term_pricing_id.
-
#replacement_job ⇒ ::String
Returns the value of attribute replacement_job.
Instance Attribute Details
#is_long_term_pricing_auto_renew ⇒ Boolean
Returns the value of attribute is_long_term_pricing_auto_renew.
662 663 664 |
# File 'sig/types.rbs', line 662 def is_long_term_pricing_auto_renew @is_long_term_pricing_auto_renew end |
#long_term_pricing_id ⇒ ::String
Returns the value of attribute long_term_pricing_id.
660 661 662 |
# File 'sig/types.rbs', line 660 def long_term_pricing_id @long_term_pricing_id end |
#replacement_job ⇒ ::String
Returns the value of attribute replacement_job.
661 662 663 |
# File 'sig/types.rbs', line 661 def replacement_job @replacement_job end |