Class: Aws::EC2::Types::CapacityReservationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CapacityReservationConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the configuration of a Capacity Reservation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_count ⇒ Integer
The number of instances in the Capacity Reservation.
-
#reservation_state ⇒ String
The current state of the Capacity Reservation.
Instance Attribute Details
#instance_count ⇒ Integer
The number of instances in the Capacity Reservation.
6236 6237 6238 6239 6240 6241 |
# File 'lib/aws-sdk-ec2/types.rb', line 6236 class CapacityReservationConfiguration < Struct.new( :instance_count, :reservation_state) SENSITIVE = [] include Aws::Structure end |
#reservation_state ⇒ String
The current state of the Capacity Reservation.
6236 6237 6238 6239 6240 6241 |
# File 'lib/aws-sdk-ec2/types.rb', line 6236 class CapacityReservationConfiguration < Struct.new( :instance_count, :reservation_state) SENSITIVE = [] include Aws::Structure end |