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.
-
#total_without_daemon_count ⇒ ::Integer
Returns the value of attribute total_without_daemon_count.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
679 680 681 |
# File 'sig/types.rbs', line 679 def arn @arn end |
#capacity_providers ⇒ ::Array[Types::DaemonCapacityProvider]
Returns the value of attribute capacity_providers.
680 681 682 |
# File 'sig/types.rbs', line 680 def capacity_providers @capacity_providers end |
#total_running_count ⇒ ::Integer
Returns the value of attribute total_running_count.
681 682 683 |
# File 'sig/types.rbs', line 681 def total_running_count @total_running_count end |
#total_without_daemon_count ⇒ ::Integer
Returns the value of attribute total_without_daemon_count.
682 683 684 |
# File 'sig/types.rbs', line 682 def total_without_daemon_count @total_without_daemon_count end |