Class: Aws::Types::CapacityReservationFleetCancellationState

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_reservation_fleet_id::String

Returns the value of attribute capacity_reservation_fleet_id.

Returns:

  • (::String)


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.

Returns:

  • ("submitted", "modifying", "active", "partially_fulfilled", "expiring", "expired", "cancelling", "cancelled", "failed")


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.

Returns:

  • ("submitted", "modifying", "active", "partially_fulfilled", "expiring", "expired", "cancelling", "cancelled", "failed")


1532
1533
1534
# File 'sig/types.rbs', line 1532

def previous_fleet_state
  @previous_fleet_state
end