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.
2223 2224 2225 |
# File 'sig/types.rbs', line 2223 def commitment @commitment end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
2224 2225 2226 |
# File 'sig/types.rbs', line 2224 def expires_at @expires_at end |
#purchased_at ⇒ ::Time
Returns the value of attribute purchased_at.
2225 2226 2227 |
# File 'sig/types.rbs', line 2225 def purchased_at @purchased_at end |
#renewal_type ⇒ "AUTO_RENEW", "EXPIRE"
Returns the value of attribute renewal_type.
2226 2227 2228 |
# File 'sig/types.rbs', line 2226 def renewal_type @renewal_type end |
#reserved_slots ⇒ ::Integer
Returns the value of attribute reserved_slots.
2227 2228 2229 |
# File 'sig/types.rbs', line 2227 def reserved_slots @reserved_slots end |
#status ⇒ "ACTIVE", "EXPIRED"
Returns the value of attribute status.
2228 2229 2230 |
# File 'sig/types.rbs', line 2228 def status @status end |