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_type ⇒ String

The type of interruption applied to the interruptible reservation.

Returns:

  • (String)


12448
12449
12450
12451
12452
12453
12454
12455
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12448

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

#source_capacity_reservation_id ⇒ String

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

Returns:

  • (String)


12448
12449
12450
12451
12452
12453
12454
12455
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12448

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

#status ⇒ String

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

Returns:

  • (String)


12448
12449
12450
12451
12452
12453
12454
12455
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12448

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

#target_instance_count ⇒ Integer

The number of instances allocated to the interruptible reservation.

Returns:

  • (Integer)


12448
12449
12450
12451
12452
12453
12454
12455
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12448

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