Class: Aws::EC2::Types::CreateInterruptibleCapacityReservationAllocationResult

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

#interruption_typeString

The type of interruption applied to the interruptible reservation.

Returns:

  • (String)


10855
10856
10857
10858
10859
10860
10861
10862
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 10855

class CreateInterruptibleCapacityReservationAllocationResult < Struct.new(
  :source_capacity_reservation_id,
  :target_instance_count,
  :status,
  :interruption_type)
  SENSITIVE = []
  include Aws::Structure
end

#source_capacity_reservation_idString

The ID of the source Capacity Reservation from which the interruptible Capacity Reservation was created.

Returns:

  • (String)


10855
10856
10857
10858
10859
10860
10861
10862
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 10855

class CreateInterruptibleCapacityReservationAllocationResult < Struct.new(
  :source_capacity_reservation_id,
  :target_instance_count,
  :status,
  :interruption_type)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the allocation request (creating, active, updating).

Returns:

  • (String)


10855
10856
10857
10858
10859
10860
10861
10862
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 10855

class CreateInterruptibleCapacityReservationAllocationResult < Struct.new(
  :source_capacity_reservation_id,
  :target_instance_count,
  :status,
  :interruption_type)
  SENSITIVE = []
  include Aws::Structure
end

#target_instance_countInteger

The number of instances allocated to the interruptible reservation.

Returns:

  • (Integer)


10855
10856
10857
10858
10859
10860
10861
10862
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 10855

class CreateInterruptibleCapacityReservationAllocationResult < Struct.new(
  :source_capacity_reservation_id,
  :target_instance_count,
  :status,
  :interruption_type)
  SENSITIVE = []
  include Aws::Structure
end