Class: Aws::Types::CancelCapacityReservationFleetsResult
- Inherits:
-
Object
- Object
- Aws::Types::CancelCapacityReservationFleetsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failed_fleet_cancellations ⇒ ::Array[Types::FailedCapacityReservationFleetCancellationResult]
Returns the value of attribute failed_fleet_cancellations.
-
#successful_fleet_cancellations ⇒ ::Array[Types::CapacityReservationFleetCancellationState]
Returns the value of attribute successful_fleet_cancellations.
Instance Attribute Details
#failed_fleet_cancellations ⇒ ::Array[Types::FailedCapacityReservationFleetCancellationResult]
Returns the value of attribute failed_fleet_cancellations.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def failed_fleet_cancellations @failed_fleet_cancellations end |
#successful_fleet_cancellations ⇒ ::Array[Types::CapacityReservationFleetCancellationState]
Returns the value of attribute successful_fleet_cancellations.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def successful_fleet_cancellations @successful_fleet_cancellations end |