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.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def failed_fleet_cancellations @failed_fleet_cancellations end |
#successful_fleet_cancellations ⇒ ::Array[Types::CapacityReservationFleetCancellationState]
Returns the value of attribute successful_fleet_cancellations.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def successful_fleet_cancellations @successful_fleet_cancellations end |