Class: Aws::Types::ReservationPlan
- Inherits:
-
Object
- Object
- Aws::Types::ReservationPlan
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#commitment ⇒ "ONE_YEAR"
Returns the value of attribute commitment.
-
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
-
#purchased_at ⇒ ::Time
Returns the value of attribute purchased_at.
-
#renewal_type ⇒ "AUTO_RENEW", "EXPIRE"
Returns the value of attribute renewal_type.
-
#reserved_slots ⇒ ::Integer
Returns the value of attribute reserved_slots.
-
#status ⇒ "ACTIVE", "EXPIRED"
Returns the value of attribute status.
Instance Attribute Details
#commitment ⇒ "ONE_YEAR"
Returns the value of attribute commitment.
2202 2203 2204 |
# File 'sig/types.rbs', line 2202 def commitment @commitment end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
2203 2204 2205 |
# File 'sig/types.rbs', line 2203 def expires_at @expires_at end |
#purchased_at ⇒ ::Time
Returns the value of attribute purchased_at.
2204 2205 2206 |
# File 'sig/types.rbs', line 2204 def purchased_at @purchased_at end |
#renewal_type ⇒ "AUTO_RENEW", "EXPIRE"
Returns the value of attribute renewal_type.
2205 2206 2207 |
# File 'sig/types.rbs', line 2205 def renewal_type @renewal_type end |
#reserved_slots ⇒ ::Integer
Returns the value of attribute reserved_slots.
2206 2207 2208 |
# File 'sig/types.rbs', line 2206 def reserved_slots @reserved_slots end |
#status ⇒ "ACTIVE", "EXPIRED"
Returns the value of attribute status.
2207 2208 2209 |
# File 'sig/types.rbs', line 2207 def status @status end |