Class: Aws::EC2::Types::UpdateInterruptibleCapacityReservationAllocationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::UpdateInterruptibleCapacityReservationAllocationResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_count ⇒ Integer
The current number of instances allocated to the interruptible reservation.
-
#interruptible_capacity_reservation_id ⇒ String
The ID of the interruptible Capacity Reservation that was modified.
-
#interruption_type ⇒ String
The interruption type for the interruptible reservation.
-
#source_capacity_reservation_id ⇒ String
The ID of the source Capacity Reservation to which capacity was reclaimed or from which capacity was allocated.
-
#status ⇒ String
The current status of the allocation (updating during reclamation, active when complete).
-
#target_instance_count ⇒ Integer
The requested number of instances for the interruptible Capacity Reservation.
Instance Attribute Details
#instance_count ⇒ Integer
The current number of instances allocated to the interruptible reservation.
81824 81825 81826 81827 81828 81829 81830 81831 81832 81833 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 81824 class UpdateInterruptibleCapacityReservationAllocationResult < Struct.new( :interruptible_capacity_reservation_id, :source_capacity_reservation_id, :instance_count, :target_instance_count, :status, :interruption_type) SENSITIVE = [] include Aws::Structure end |
#interruptible_capacity_reservation_id ⇒ String
The ID of the interruptible Capacity Reservation that was modified.
81824 81825 81826 81827 81828 81829 81830 81831 81832 81833 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 81824 class UpdateInterruptibleCapacityReservationAllocationResult < Struct.new( :interruptible_capacity_reservation_id, :source_capacity_reservation_id, :instance_count, :target_instance_count, :status, :interruption_type) SENSITIVE = [] include Aws::Structure end |
#interruption_type ⇒ String
The interruption type for the interruptible reservation.
81824 81825 81826 81827 81828 81829 81830 81831 81832 81833 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 81824 class UpdateInterruptibleCapacityReservationAllocationResult < Struct.new( :interruptible_capacity_reservation_id, :source_capacity_reservation_id, :instance_count, :target_instance_count, :status, :interruption_type) SENSITIVE = [] include Aws::Structure end |
#source_capacity_reservation_id ⇒ String
The ID of the source Capacity Reservation to which capacity was reclaimed or from which capacity was allocated.
81824 81825 81826 81827 81828 81829 81830 81831 81832 81833 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 81824 class UpdateInterruptibleCapacityReservationAllocationResult < Struct.new( :interruptible_capacity_reservation_id, :source_capacity_reservation_id, :instance_count, :target_instance_count, :status, :interruption_type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the allocation (updating during reclamation, active when complete).
81824 81825 81826 81827 81828 81829 81830 81831 81832 81833 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 81824 class UpdateInterruptibleCapacityReservationAllocationResult < Struct.new( :interruptible_capacity_reservation_id, :source_capacity_reservation_id, :instance_count, :target_instance_count, :status, :interruption_type) SENSITIVE = [] include Aws::Structure end |
#target_instance_count ⇒ Integer
The requested number of instances for the interruptible Capacity Reservation.
81824 81825 81826 81827 81828 81829 81830 81831 81832 81833 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 81824 class UpdateInterruptibleCapacityReservationAllocationResult < Struct.new( :interruptible_capacity_reservation_id, :source_capacity_reservation_id, :instance_count, :target_instance_count, :status, :interruption_type) SENSITIVE = [] include Aws::Structure end |