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
show all
Defined in:
(unknown)

Overview

Describes a running instance in a Spot Fleet.

Instance Attribute Summary collapse

Instance Attribute Details

#instance_healthString

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

Returns:

  • (String)

    The health status of the instance.

#instance_idString

The ID of the instance.

Returns:

  • (String)

    The ID of the instance.

#instance_typeString

The instance type.

Returns:

  • (String)

    The instance type.

#spot_instance_request_idString

The ID of the Spot Instance request.

Returns:

  • (String)

    The ID of the Spot Instance request.