Class: Aws::EC2::Types::InterruptionInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::InterruptionInfo
- 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
-
#interruption_type ⇒ String
The interruption type that determines how instances are terminated when capacity is reclaimed.
-
#source_capacity_reservation_id ⇒ String
The ID of the source Capacity Reservation from which the interruptible reservation was created.
Instance Attribute Details
#interruption_type ⇒ String
The interruption type that determines how instances are terminated when capacity is reclaimed.
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_id ⇒ String
The ID of the source Capacity Reservation from which the interruptible reservation was created.
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 |