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

Class: Aws::OpsWorks::Types::InstancesCount

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

Overview

Describes how many instances a stack has for each status.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#assigningInteger

The number of instances in the Assigning state.

Returns:

  • (Integer)

    The number of instances in the Assigning state.

#bootingInteger

The number of instances with booting status.

Returns:

  • (Integer)

    The number of instances with booting status.

#connection_lostInteger

The number of instances with connection_lost status.

Returns:

  • (Integer)

    The number of instances with connection_lost status.

#deregisteringInteger

The number of instances in the Deregistering state.

Returns:

  • (Integer)

    The number of instances in the Deregistering state.

#onlineInteger

The number of instances with online status.

Returns:

  • (Integer)

    The number of instances with online status.

#pendingInteger

The number of instances with pending status.

Returns:

  • (Integer)

    The number of instances with pending status.

#rebootingInteger

The number of instances with rebooting status.

Returns:

  • (Integer)

    The number of instances with rebooting status.

#registeredInteger

The number of instances in the Registered state.

Returns:

  • (Integer)

    The number of instances in the Registered state.

#registeringInteger

The number of instances in the Registering state.

Returns:

  • (Integer)

    The number of instances in the Registering state.

#requestedInteger

The number of instances with requested status.

Returns:

  • (Integer)

    The number of instances with requested status.

#running_setupInteger

The number of instances with running_setup status.

Returns:

  • (Integer)

    The number of instances with running_setup status.

#setup_failedInteger

The number of instances with setup_failed status.

Returns:

  • (Integer)

    The number of instances with setup_failed status.

#shutting_downInteger

The number of instances with shutting_down status.

Returns:

  • (Integer)

    The number of instances with shutting_down status.

#start_failedInteger

The number of instances with start_failed status.

Returns:

  • (Integer)

    The number of instances with start_failed status.

#stop_failedInteger

The number of instances with stop_failed status.

Returns:

  • (Integer)

    The number of instances with stop_failed status.

#stoppedInteger

The number of instances with stopped status.

Returns:

  • (Integer)

    The number of instances with stopped status.

#stoppingInteger

The number of instances with stopping status.

Returns:

  • (Integer)

    The number of instances with stopping status.

#terminatedInteger

The number of instances with terminated status.

Returns:

  • (Integer)

    The number of instances with terminated status.

#terminatingInteger

The number of instances with terminating status.

Returns:

  • (Integer)

    The number of instances with terminating status.

#unassigningInteger

The number of instances in the Unassigning state.

Returns:

  • (Integer)

    The number of instances in the Unassigning state.