Class: Aws::EC2::Types::CancelCapacityReservationFleetsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failed_fleet_cancellationsArray<Types::FailedCapacityReservationFleetCancellationResult>

Information about the Capacity Reservation Fleets that could not be cancelled.



3916
3917
3918
3919
3920
3921
# File 'lib/aws-sdk-ec2/types.rb', line 3916

class CancelCapacityReservationFleetsResult < Struct.new(
  :successful_fleet_cancellations,
  :failed_fleet_cancellations)
  SENSITIVE = []
  include Aws::Structure
end

#successful_fleet_cancellationsArray<Types::CapacityReservationFleetCancellationState>

Information about the Capacity Reservation Fleets that were successfully cancelled.



3916
3917
3918
3919
3920
3921
# File 'lib/aws-sdk-ec2/types.rb', line 3916

class CancelCapacityReservationFleetsResult < Struct.new(
  :successful_fleet_cancellations,
  :failed_fleet_cancellations)
  SENSITIVE = []
  include Aws::Structure
end