Class: Aws::Types::CapacityReservationFleetCancellationState
- Inherits:
-
Object
- Object
- Aws::Types::CapacityReservationFleetCancellationState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_reservation_fleet_id ⇒ ::String
Returns the value of attribute capacity_reservation_fleet_id.
-
#current_fleet_state ⇒ "submitted", ...
Returns the value of attribute current_fleet_state.
-
#previous_fleet_state ⇒ "submitted", ...
Returns the value of attribute previous_fleet_state.
Instance Attribute Details
#capacity_reservation_fleet_id ⇒ ::String
Returns the value of attribute capacity_reservation_fleet_id.
1619 1620 1621 |
# File 'sig/types.rbs', line 1619 def capacity_reservation_fleet_id @capacity_reservation_fleet_id end |
#current_fleet_state ⇒ "submitted", ...
Returns the value of attribute current_fleet_state.
1617 1618 1619 |
# File 'sig/types.rbs', line 1617 def current_fleet_state @current_fleet_state end |
#previous_fleet_state ⇒ "submitted", ...
Returns the value of attribute previous_fleet_state.
1618 1619 1620 |
# File 'sig/types.rbs', line 1618 def previous_fleet_state @previous_fleet_state end |