Class: Aws::Types::CancelCapacityReservationFleetsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failed_fleet_cancellations::Array[Types::FailedCapacityReservationFleetCancellationResult]

Returns the value of attribute failed_fleet_cancellations.



1265
1266
1267
# File 'sig/types.rbs', line 1265

def failed_fleet_cancellations
  @failed_fleet_cancellations
end

#successful_fleet_cancellations::Array[Types::CapacityReservationFleetCancellationState]

Returns the value of attribute successful_fleet_cancellations.



1264
1265
1266
# File 'sig/types.rbs', line 1264

def successful_fleet_cancellations
  @successful_fleet_cancellations
end