You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::ActiveInstance
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ActiveInstance
- Defined in:
- (unknown)
Overview
Describes a running instance in a Spot Fleet.
Instance Attribute Summary collapse
-
#instance_health ⇒ String
The health status of the instance.
-
#instance_id ⇒ String
The ID of the instance.
-
#instance_type ⇒ String
The instance type.
-
#spot_instance_request_id ⇒ String
The ID of the Spot Instance request.
Instance Attribute Details
#instance_health ⇒ String
The health status of the instance. If the status of either the instance
status check or the system status check is impaired, the health status
of the instance is unhealthy. Otherwise, the health status is
healthy.
Possible values:
- healthy
- unhealthy
#instance_id ⇒ String
The ID of the instance.
#instance_type ⇒ String
The instance type.
#spot_instance_request_id ⇒ String
The ID of the Spot Instance request.