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)


53417
53418
53419
53420
53421
53422
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53417

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)


53417
53418
53419
53420
53421
53422
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53417

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