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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#assigningInteger

The number of instances in the Assigning state.

Returns:

  • (Integer)


3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'lib/aws-sdk-opsworks/types.rb', line 3715

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

#bootingInteger

The number of instances with ‘booting` status.

Returns:

  • (Integer)


3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'lib/aws-sdk-opsworks/types.rb', line 3715

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_lostInteger

The number of instances with ‘connection_lost` status.

Returns:

  • (Integer)


3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'lib/aws-sdk-opsworks/types.rb', line 3715

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

#deregisteringInteger

The number of instances in the Deregistering state.

Returns:

  • (Integer)


3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'lib/aws-sdk-opsworks/types.rb', line 3715

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

#onlineInteger

The number of instances with ‘online` status.

Returns:

  • (Integer)


3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'lib/aws-sdk-opsworks/types.rb', line 3715

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

#pendingInteger

The number of instances with ‘pending` status.

Returns:

  • (Integer)


3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'lib/aws-sdk-opsworks/types.rb', line 3715

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

#rebootingInteger

The number of instances with ‘rebooting` status.

Returns:

  • (Integer)


3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'lib/aws-sdk-opsworks/types.rb', line 3715

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

#registeredInteger

The number of instances in the Registered state.

Returns:

  • (Integer)


3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'lib/aws-sdk-opsworks/types.rb', line 3715

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

#registeringInteger

The number of instances in the Registering state.

Returns:

  • (Integer)


3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'lib/aws-sdk-opsworks/types.rb', line 3715

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

#requestedInteger

The number of instances with ‘requested` status.

Returns:

  • (Integer)


3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'lib/aws-sdk-opsworks/types.rb', line 3715

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_setupInteger

The number of instances with ‘running_setup` status.

Returns:

  • (Integer)


3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'lib/aws-sdk-opsworks/types.rb', line 3715

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_failedInteger

The number of instances with ‘setup_failed` status.

Returns:

  • (Integer)


3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'lib/aws-sdk-opsworks/types.rb', line 3715

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_downInteger

The number of instances with ‘shutting_down` status.

Returns:

  • (Integer)


3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'lib/aws-sdk-opsworks/types.rb', line 3715

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_failedInteger

The number of instances with ‘start_failed` status.

Returns:

  • (Integer)


3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'lib/aws-sdk-opsworks/types.rb', line 3715

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_failedInteger

The number of instances with ‘stop_failed` status.

Returns:

  • (Integer)


3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'lib/aws-sdk-opsworks/types.rb', line 3715

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

#stoppedInteger

The number of instances with ‘stopped` status.

Returns:

  • (Integer)


3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'lib/aws-sdk-opsworks/types.rb', line 3715

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

#stoppingInteger

The number of instances with ‘stopping` status.

Returns:

  • (Integer)


3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'lib/aws-sdk-opsworks/types.rb', line 3715

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

#terminatedInteger

The number of instances with ‘terminated` status.

Returns:

  • (Integer)


3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'lib/aws-sdk-opsworks/types.rb', line 3715

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

#terminatingInteger

The number of instances with ‘terminating` status.

Returns:

  • (Integer)


3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'lib/aws-sdk-opsworks/types.rb', line 3715

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

#unassigningInteger

The number of instances in the Unassigning state.

Returns:

  • (Integer)


3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'lib/aws-sdk-opsworks/types.rb', line 3715

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