Class: Aws::Types::ReservationPlanSettings
- Inherits:
-
Object
- Object
- Aws::Types::ReservationPlanSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#commitment ⇒ "ONE_YEAR"
Returns the value of attribute commitment.
-
#renewal_type ⇒ "AUTO_RENEW", "EXPIRE"
Returns the value of attribute renewal_type.
-
#reserved_slots ⇒ ::Integer
Returns the value of attribute reserved_slots.
Instance Attribute Details
#commitment ⇒ "ONE_YEAR"
Returns the value of attribute commitment.
2212 2213 2214 |
# File 'sig/types.rbs', line 2212 def commitment @commitment end |
#renewal_type ⇒ "AUTO_RENEW", "EXPIRE"
Returns the value of attribute renewal_type.
2213 2214 2215 |
# File 'sig/types.rbs', line 2213 def renewal_type @renewal_type end |
#reserved_slots ⇒ ::Integer
Returns the value of attribute reserved_slots.
2214 2215 2216 |
# File 'sig/types.rbs', line 2214 def reserved_slots @reserved_slots end |