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.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def cancellation_type @cancellation_type end |
#charge_commitment_duration_hours ⇒ ::Integer
Returns the value of attribute charge_commitment_duration_hours.
1285 1286 1287 |
# File 'sig/types.rbs', line 1285 def charge_commitment_duration_hours @charge_commitment_duration_hours end |
#charge_end_date ⇒ ::Time
Returns the value of attribute charge_end_date.
1286 1287 1288 |
# File 'sig/types.rbs', line 1286 def charge_end_date @charge_end_date end |
#committed_instance_count ⇒ ::Integer
Returns the value of attribute committed_instance_count.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def committed_instance_count @committed_instance_count end |
#reservation_state ⇒ ::String
Returns the value of attribute reservation_state.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def reservation_state @reservation_state end |