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
- Struct
- Aws::OpsWorks::Types::InstancesCount
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#assigning ⇒ Integer
The number of instances in the Assigning state.
-
#booting ⇒ Integer
The number of instances with
bootingstatus. -
#connection_lost ⇒ Integer
The number of instances with
connection_loststatus. -
#deregistering ⇒ Integer
The number of instances in the Deregistering state.
-
#online ⇒ Integer
The number of instances with
onlinestatus. -
#pending ⇒ Integer
The number of instances with
pendingstatus. -
#rebooting ⇒ Integer
The number of instances with
rebootingstatus. -
#registered ⇒ Integer
The number of instances in the Registered state.
-
#registering ⇒ Integer
The number of instances in the Registering state.
-
#requested ⇒ Integer
The number of instances with
requestedstatus. -
#running_setup ⇒ Integer
The number of instances with
running_setupstatus. -
#setup_failed ⇒ Integer
The number of instances with
setup_failedstatus. -
#shutting_down ⇒ Integer
The number of instances with
shutting_downstatus. -
#start_failed ⇒ Integer
The number of instances with
start_failedstatus. -
#stop_failed ⇒ Integer
The number of instances with
stop_failedstatus. -
#stopped ⇒ Integer
The number of instances with
stoppedstatus. -
#stopping ⇒ Integer
The number of instances with
stoppingstatus. -
#terminated ⇒ Integer
The number of instances with
terminatedstatus. -
#terminating ⇒ Integer
The number of instances with
terminatingstatus. -
#unassigning ⇒ Integer
The number of instances in the Unassigning state.
Instance Attribute Details
#assigning ⇒ Integer
The number of instances in the Assigning state.
#booting ⇒ Integer
The number of instances with booting status.
#connection_lost ⇒ Integer
The number of instances with connection_lost status.
#deregistering ⇒ Integer
The number of instances in the Deregistering state.
#online ⇒ Integer
The number of instances with online status.
#pending ⇒ Integer
The number of instances with pending status.
#rebooting ⇒ Integer
The number of instances with rebooting status.
#registered ⇒ Integer
The number of instances in the Registered state.
#registering ⇒ Integer
The number of instances in the Registering state.
#requested ⇒ Integer
The number of instances with requested status.
#running_setup ⇒ Integer
The number of instances with running_setup status.
#setup_failed ⇒ Integer
The number of instances with setup_failed status.
#shutting_down ⇒ Integer
The number of instances with shutting_down status.
#start_failed ⇒ Integer
The number of instances with start_failed status.
#stop_failed ⇒ Integer
The number of instances with stop_failed status.
#stopped ⇒ Integer
The number of instances with stopped status.
#stopping ⇒ Integer
The number of instances with stopping status.
#terminated ⇒ Integer
The number of instances with terminated status.
#terminating ⇒ Integer
The number of instances with terminating status.
#unassigning ⇒ Integer
The number of instances in the Unassigning state.