Class: Aws::Types::CancellationTerms
- Inherits:
-
Object
- Object
- Aws::Types::CancellationTerms
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cancellation_type ⇒ "commitment-wind-down"
Returns the value of attribute cancellation_type.
-
#charge_commitment_duration_hours ⇒ ::Integer
Returns the value of attribute charge_commitment_duration_hours.
-
#charge_end_date ⇒ ::Time
Returns the value of attribute charge_end_date.
-
#committed_instance_count ⇒ ::Integer
Returns the value of attribute committed_instance_count.
-
#reservation_state ⇒ ::String
Returns the value of attribute reservation_state.
Instance Attribute Details
#cancellation_type ⇒ "commitment-wind-down"
Returns the value of attribute cancellation_type.
1368 1369 1370 |
# File 'sig/types.rbs', line 1368 def cancellation_type @cancellation_type end |
#charge_commitment_duration_hours ⇒ ::Integer
Returns the value of attribute charge_commitment_duration_hours.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def charge_commitment_duration_hours @charge_commitment_duration_hours end |
#charge_end_date ⇒ ::Time
Returns the value of attribute charge_end_date.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def charge_end_date @charge_end_date end |
#committed_instance_count ⇒ ::Integer
Returns the value of attribute committed_instance_count.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def committed_instance_count @committed_instance_count end |
#reservation_state ⇒ ::String
Returns the value of attribute reservation_state.
1369 1370 1371 |
# File 'sig/types.rbs', line 1369 def reservation_state @reservation_state end |