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.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def capacity_reservation_fleet_id @capacity_reservation_fleet_id end |
#current_fleet_state ⇒ "submitted", ...
Returns the value of attribute current_fleet_state.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def current_fleet_state @current_fleet_state end |
#previous_fleet_state ⇒ "submitted", ...
Returns the value of attribute previous_fleet_state.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def previous_fleet_state @previous_fleet_state end |