Class: Aws::Types::RenewalTerm
- Inherits:
-
Object
- Object
- Aws::Types::RenewalTerm
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adjustment_deadline ⇒ ::String
Returns the value of attribute adjustment_deadline.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lockout_period ⇒ ::String
Returns the value of attribute lockout_period.
-
#max_renewals ⇒ ::Integer
Returns the value of attribute max_renewals.
-
#price_increase ⇒ Types::PriceIncrease
Returns the value of attribute price_increase.
-
#term_templates ⇒ ::Array[Types::TermTemplate]
Returns the value of attribute term_templates.
-
#type ⇒ "ByolPricingTerm", ...
Returns the value of attribute type.
Instance Attribute Details
#adjustment_deadline ⇒ ::String
Returns the value of attribute adjustment_deadline.
699 700 701 |
# File 'sig/types.rbs', line 699 def adjustment_deadline @adjustment_deadline end |
#id ⇒ ::String
Returns the value of attribute id.
695 696 697 |
# File 'sig/types.rbs', line 695 def id @id end |
#lockout_period ⇒ ::String
Returns the value of attribute lockout_period.
698 699 700 |
# File 'sig/types.rbs', line 698 def lockout_period @lockout_period end |
#max_renewals ⇒ ::Integer
Returns the value of attribute max_renewals.
697 698 699 |
# File 'sig/types.rbs', line 697 def max_renewals @max_renewals end |
#price_increase ⇒ Types::PriceIncrease
Returns the value of attribute price_increase.
700 701 702 |
# File 'sig/types.rbs', line 700 def price_increase @price_increase end |
#term_templates ⇒ ::Array[Types::TermTemplate]
Returns the value of attribute term_templates.
701 702 703 |
# File 'sig/types.rbs', line 701 def term_templates @term_templates end |
#type ⇒ "ByolPricingTerm", ...
Returns the value of attribute type.
696 697 698 |
# File 'sig/types.rbs', line 696 def type @type end |