Class: Aws::OpsWorks::Types::InstancesCount
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::InstancesCount
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Describes how many instances a stack has for each status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#assigning ⇒ Integer
The number of instances in the Assigning state.
3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3732 class InstancesCount < Struct.new( :assigning, :booting, :connection_lost, :deregistering, :online, :pending, :rebooting, :registered, :registering, :requested, :running_setup, :setup_failed, :shutting_down, :start_failed, :stop_failed, :stopped, :stopping, :terminated, :terminating, :unassigning) SENSITIVE = [] include Aws::Structure end |
#booting ⇒ Integer
The number of instances with ‘booting` status.
3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3732 class InstancesCount < Struct.new( :assigning, :booting, :connection_lost, :deregistering, :online, :pending, :rebooting, :registered, :registering, :requested, :running_setup, :setup_failed, :shutting_down, :start_failed, :stop_failed, :stopped, :stopping, :terminated, :terminating, :unassigning) SENSITIVE = [] include Aws::Structure end |
#connection_lost ⇒ Integer
The number of instances with ‘connection_lost` status.
3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3732 class InstancesCount < Struct.new( :assigning, :booting, :connection_lost, :deregistering, :online, :pending, :rebooting, :registered, :registering, :requested, :running_setup, :setup_failed, :shutting_down, :start_failed, :stop_failed, :stopped, :stopping, :terminated, :terminating, :unassigning) SENSITIVE = [] include Aws::Structure end |
#deregistering ⇒ Integer
The number of instances in the Deregistering state.
3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3732 class InstancesCount < Struct.new( :assigning, :booting, :connection_lost, :deregistering, :online, :pending, :rebooting, :registered, :registering, :requested, :running_setup, :setup_failed, :shutting_down, :start_failed, :stop_failed, :stopped, :stopping, :terminated, :terminating, :unassigning) SENSITIVE = [] include Aws::Structure end |
#online ⇒ Integer
The number of instances with ‘online` status.
3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3732 class InstancesCount < Struct.new( :assigning, :booting, :connection_lost, :deregistering, :online, :pending, :rebooting, :registered, :registering, :requested, :running_setup, :setup_failed, :shutting_down, :start_failed, :stop_failed, :stopped, :stopping, :terminated, :terminating, :unassigning) SENSITIVE = [] include Aws::Structure end |
#pending ⇒ Integer
The number of instances with ‘pending` status.
3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3732 class InstancesCount < Struct.new( :assigning, :booting, :connection_lost, :deregistering, :online, :pending, :rebooting, :registered, :registering, :requested, :running_setup, :setup_failed, :shutting_down, :start_failed, :stop_failed, :stopped, :stopping, :terminated, :terminating, :unassigning) SENSITIVE = [] include Aws::Structure end |
#rebooting ⇒ Integer
The number of instances with ‘rebooting` status.
3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3732 class InstancesCount < Struct.new( :assigning, :booting, :connection_lost, :deregistering, :online, :pending, :rebooting, :registered, :registering, :requested, :running_setup, :setup_failed, :shutting_down, :start_failed, :stop_failed, :stopped, :stopping, :terminated, :terminating, :unassigning) SENSITIVE = [] include Aws::Structure end |
#registered ⇒ Integer
The number of instances in the Registered state.
3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3732 class InstancesCount < Struct.new( :assigning, :booting, :connection_lost, :deregistering, :online, :pending, :rebooting, :registered, :registering, :requested, :running_setup, :setup_failed, :shutting_down, :start_failed, :stop_failed, :stopped, :stopping, :terminated, :terminating, :unassigning) SENSITIVE = [] include Aws::Structure end |
#registering ⇒ Integer
The number of instances in the Registering state.
3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3732 class InstancesCount < Struct.new( :assigning, :booting, :connection_lost, :deregistering, :online, :pending, :rebooting, :registered, :registering, :requested, :running_setup, :setup_failed, :shutting_down, :start_failed, :stop_failed, :stopped, :stopping, :terminated, :terminating, :unassigning) SENSITIVE = [] include Aws::Structure end |
#requested ⇒ Integer
The number of instances with ‘requested` status.
3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3732 class InstancesCount < Struct.new( :assigning, :booting, :connection_lost, :deregistering, :online, :pending, :rebooting, :registered, :registering, :requested, :running_setup, :setup_failed, :shutting_down, :start_failed, :stop_failed, :stopped, :stopping, :terminated, :terminating, :unassigning) SENSITIVE = [] include Aws::Structure end |
#running_setup ⇒ Integer
The number of instances with ‘running_setup` status.
3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3732 class InstancesCount < Struct.new( :assigning, :booting, :connection_lost, :deregistering, :online, :pending, :rebooting, :registered, :registering, :requested, :running_setup, :setup_failed, :shutting_down, :start_failed, :stop_failed, :stopped, :stopping, :terminated, :terminating, :unassigning) SENSITIVE = [] include Aws::Structure end |
#setup_failed ⇒ Integer
The number of instances with ‘setup_failed` status.
3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3732 class InstancesCount < Struct.new( :assigning, :booting, :connection_lost, :deregistering, :online, :pending, :rebooting, :registered, :registering, :requested, :running_setup, :setup_failed, :shutting_down, :start_failed, :stop_failed, :stopped, :stopping, :terminated, :terminating, :unassigning) SENSITIVE = [] include Aws::Structure end |
#shutting_down ⇒ Integer
The number of instances with ‘shutting_down` status.
3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3732 class InstancesCount < Struct.new( :assigning, :booting, :connection_lost, :deregistering, :online, :pending, :rebooting, :registered, :registering, :requested, :running_setup, :setup_failed, :shutting_down, :start_failed, :stop_failed, :stopped, :stopping, :terminated, :terminating, :unassigning) SENSITIVE = [] include Aws::Structure end |
#start_failed ⇒ Integer
The number of instances with ‘start_failed` status.
3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3732 class InstancesCount < Struct.new( :assigning, :booting, :connection_lost, :deregistering, :online, :pending, :rebooting, :registered, :registering, :requested, :running_setup, :setup_failed, :shutting_down, :start_failed, :stop_failed, :stopped, :stopping, :terminated, :terminating, :unassigning) SENSITIVE = [] include Aws::Structure end |
#stop_failed ⇒ Integer
The number of instances with ‘stop_failed` status.
3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3732 class InstancesCount < Struct.new( :assigning, :booting, :connection_lost, :deregistering, :online, :pending, :rebooting, :registered, :registering, :requested, :running_setup, :setup_failed, :shutting_down, :start_failed, :stop_failed, :stopped, :stopping, :terminated, :terminating, :unassigning) SENSITIVE = [] include Aws::Structure end |
#stopped ⇒ Integer
The number of instances with ‘stopped` status.
3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3732 class InstancesCount < Struct.new( :assigning, :booting, :connection_lost, :deregistering, :online, :pending, :rebooting, :registered, :registering, :requested, :running_setup, :setup_failed, :shutting_down, :start_failed, :stop_failed, :stopped, :stopping, :terminated, :terminating, :unassigning) SENSITIVE = [] include Aws::Structure end |
#stopping ⇒ Integer
The number of instances with ‘stopping` status.
3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3732 class InstancesCount < Struct.new( :assigning, :booting, :connection_lost, :deregistering, :online, :pending, :rebooting, :registered, :registering, :requested, :running_setup, :setup_failed, :shutting_down, :start_failed, :stop_failed, :stopped, :stopping, :terminated, :terminating, :unassigning) SENSITIVE = [] include Aws::Structure end |
#terminated ⇒ Integer
The number of instances with ‘terminated` status.
3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3732 class InstancesCount < Struct.new( :assigning, :booting, :connection_lost, :deregistering, :online, :pending, :rebooting, :registered, :registering, :requested, :running_setup, :setup_failed, :shutting_down, :start_failed, :stop_failed, :stopped, :stopping, :terminated, :terminating, :unassigning) SENSITIVE = [] include Aws::Structure end |
#terminating ⇒ Integer
The number of instances with ‘terminating` status.
3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3732 class InstancesCount < Struct.new( :assigning, :booting, :connection_lost, :deregistering, :online, :pending, :rebooting, :registered, :registering, :requested, :running_setup, :setup_failed, :shutting_down, :start_failed, :stop_failed, :stopped, :stopping, :terminated, :terminating, :unassigning) SENSITIVE = [] include Aws::Structure end |
#unassigning ⇒ Integer
The number of instances in the Unassigning state.
3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3732 class InstancesCount < Struct.new( :assigning, :booting, :connection_lost, :deregistering, :online, :pending, :rebooting, :registered, :registering, :requested, :running_setup, :setup_failed, :shutting_down, :start_failed, :stop_failed, :stopped, :stopping, :terminated, :terminating, :unassigning) SENSITIVE = [] include Aws::Structure end |