Class: Aws::EC2::Types::InterruptionInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Contains information about how and when instances in an interruptible reservation can be terminated when capacity is reclaimed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#interruption_typeString

The interruption type that determines how instances are terminated when capacity is reclaimed.

Returns:

  • (String)


52579
52580
52581
52582
52583
52584
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52579

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

#source_capacity_reservation_idString

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

Returns:

  • (String)


52579
52580
52581
52582
52583
52584
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52579

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