Class: Aws::Types::DaemonDeploymentCapacityProvider
- Inherits:
-
Object
- Object
- Aws::Types::DaemonDeploymentCapacityProvider
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#draining_instance_count ⇒ ::Integer
Returns the value of attribute draining_instance_count.
-
#running_instance_count ⇒ ::Integer
Returns the value of attribute running_instance_count.
-
#without_daemon_instance_count ⇒ ::Integer
Returns the value of attribute without_daemon_instance_count.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
598 599 600 |
# File 'sig/types.rbs', line 598 def arn @arn end |
#draining_instance_count ⇒ ::Integer
Returns the value of attribute draining_instance_count.
601 602 603 |
# File 'sig/types.rbs', line 601 def draining_instance_count @draining_instance_count end |
#running_instance_count ⇒ ::Integer
Returns the value of attribute running_instance_count.
599 600 601 |
# File 'sig/types.rbs', line 599 def running_instance_count @running_instance_count end |
#without_daemon_instance_count ⇒ ::Integer
Returns the value of attribute without_daemon_instance_count.
600 601 602 |
# File 'sig/types.rbs', line 600 def without_daemon_instance_count @without_daemon_instance_count end |