Class: Aws::Types::InterruptionInfo
- Inherits:
-
Object
- Object
- Aws::Types::InterruptionInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#interruption_type ⇒ "adhoc"
Returns the value of attribute interruption_type.
-
#source_capacity_reservation_id ⇒ ::String
Returns the value of attribute source_capacity_reservation_id.
Instance Attribute Details
#interruption_type ⇒ "adhoc"
Returns the value of attribute interruption_type.
12400 12401 12402 |
# File 'sig/types.rbs', line 12400 def interruption_type @interruption_type end |
#source_capacity_reservation_id ⇒ ::String
Returns the value of attribute source_capacity_reservation_id.
12399 12400 12401 |
# File 'sig/types.rbs', line 12399 def source_capacity_reservation_id @source_capacity_reservation_id end |