Class: Aws::Types::DaemonCapacityProvider
- Inherits:
-
Object
- Object
- Aws::Types::DaemonCapacityProvider
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#running_count ⇒ ::Integer
Returns the value of attribute running_count.
-
#without_daemon_count ⇒ ::Integer
Returns the value of attribute without_daemon_count.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
519 520 521 |
# File 'sig/types.rbs', line 519 def arn @arn end |
#running_count ⇒ ::Integer
Returns the value of attribute running_count.
520 521 522 |
# File 'sig/types.rbs', line 520 def running_count @running_count end |
#without_daemon_count ⇒ ::Integer
Returns the value of attribute without_daemon_count.
521 522 523 |
# File 'sig/types.rbs', line 521 def without_daemon_count @without_daemon_count end |