Class: Aws::Types::DaemonRevisionDetail
- Inherits:
-
Object
- Object
- Aws::Types::DaemonRevisionDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#capacity_providers ⇒ ::Array[Types::DaemonCapacityProvider]
Returns the value of attribute capacity_providers.
-
#total_running_count ⇒ ::Integer
Returns the value of attribute total_running_count.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
673 674 675 |
# File 'sig/types.rbs', line 673 def arn @arn end |
#capacity_providers ⇒ ::Array[Types::DaemonCapacityProvider]
Returns the value of attribute capacity_providers.
674 675 676 |
# File 'sig/types.rbs', line 674 def capacity_providers @capacity_providers end |
#total_running_count ⇒ ::Integer
Returns the value of attribute total_running_count.
675 676 677 |
# File 'sig/types.rbs', line 675 def total_running_count @total_running_count end |