Class: Aws::EC2::Types::MoveCapacityReservationInstancesResult

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

#destination_capacity_reservationTypes::CapacityReservation

Information about the destination Capacity Reservation.



60715
60716
60717
60718
60719
60720
60721
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60715

class MoveCapacityReservationInstancesResult < Struct.new(
  :source_capacity_reservation,
  :destination_capacity_reservation,
  :instance_count)
  SENSITIVE = []
  include Aws::Structure
end

#instance_countInteger

The number of instances that were moved from the source Capacity Reservation to the destination Capacity Reservation.

Returns:

  • (Integer)


60715
60716
60717
60718
60719
60720
60721
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60715

class MoveCapacityReservationInstancesResult < Struct.new(
  :source_capacity_reservation,
  :destination_capacity_reservation,
  :instance_count)
  SENSITIVE = []
  include Aws::Structure
end

#source_capacity_reservationTypes::CapacityReservation

Information about the source Capacity Reservation.



60715
60716
60717
60718
60719
60720
60721
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60715

class MoveCapacityReservationInstancesResult < Struct.new(
  :source_capacity_reservation,
  :destination_capacity_reservation,
  :instance_count)
  SENSITIVE = []
  include Aws::Structure
end