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)


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.

Returns:

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


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.

Returns:

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


1618
1619
1620
# File 'sig/types.rbs', line 1618

def previous_fleet_state
  @previous_fleet_state
end