Class: Aws::EC2::Types::CreateInterruptibleCapacityReservationAllocationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateInterruptibleCapacityReservationAllocationResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#interruption_type ⇒ String
The type of interruption applied to the interruptible reservation.
-
#source_capacity_reservation_id ⇒ String
The ID of the source Capacity Reservation from which the interruptible Capacity Reservation was created.
-
#status ⇒ String
The current status of the allocation request (creating, active, updating).
-
#target_instance_count ⇒ Integer
The number of instances allocated to the interruptible reservation.
Instance Attribute Details
#interruption_type ⇒ String
The type of interruption applied to the interruptible reservation.
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_id ⇒ String
The ID of the source Capacity Reservation from which the interruptible Capacity Reservation was created.
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 |
#status ⇒ String
The current status of the allocation request (creating, active, updating).
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_count ⇒ Integer
The number of instances allocated to the interruptible reservation.
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 |