You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::InstanceStatus

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the status of an instance.

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone of the instance.

Returns:

  • (String)

    The Availability Zone of the instance.

#eventsArray<Types::InstanceStatusEvent>

Any scheduled events associated with the instance.

Returns:

#instance_idString

The ID of the instance.

Returns:

  • (String)

    The ID of the instance.

#instance_stateTypes::InstanceState

The intended state of the instance. DescribeInstanceStatus requires that an instance be in the running state.

Returns:

#instance_statusTypes::InstanceStatusSummary

Reports impaired functionality that stems from issues internal to the instance, such as impaired reachability.

Returns:

  • (Types::InstanceStatusSummary)

    Reports impaired functionality that stems from issues internal to the instance, such as impaired reachability.

#outpost_arnString

The Amazon Resource Name (ARN) of the Outpost.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the Outpost.

#system_statusTypes::InstanceStatusSummary

Reports impaired functionality that stems from issues related to the systems that support an instance, such as hardware failures and network connectivity problems.

Returns:

  • (Types::InstanceStatusSummary)

    Reports impaired functionality that stems from issues related to the systems that support an instance, such as hardware failures and network connectivity problems.