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.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
595 596 597 |
# File 'sig/types.rbs', line 595 def arn @arn end |
#draining_instance_count ⇒ ::Integer
Returns the value of attribute draining_instance_count.
597 598 599 |
# File 'sig/types.rbs', line 597 def draining_instance_count @draining_instance_count end |
#running_instance_count ⇒ ::Integer
Returns the value of attribute running_instance_count.
596 597 598 |
# File 'sig/types.rbs', line 596 def running_instance_count @running_instance_count end |