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.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
517 518 519 |
# File 'sig/types.rbs', line 517 def arn @arn end |
#running_count ⇒ ::Integer
Returns the value of attribute running_count.
518 519 520 |
# File 'sig/types.rbs', line 518 def running_count @running_count end |