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.



65852
65853
65854
65855
65856
65857
65858
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65852

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)


65852
65853
65854
65855
65856
65857
65858
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65852

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.



65852
65853
65854
65855
65856
65857
65858
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65852

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