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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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.



3954
3955
3956
3957
3958
3959
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3954

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.



3954
3955
3956
3957
3958
3959
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3954

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