Class: Aws::Types::DaemonDeploymentRevisionDetail
- Inherits:
-
Object
- Object
- Aws::Types::DaemonDeploymentRevisionDetail
- 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::DaemonDeploymentCapacityProvider]
Returns the value of attribute capacity_providers.
-
#total_draining_instance_count ⇒ ::Integer
Returns the value of attribute total_draining_instance_count.
-
#total_running_instance_count ⇒ ::Integer
Returns the value of attribute total_running_instance_count.
-
#total_without_daemon_instance_count ⇒ ::Integer
Returns the value of attribute total_without_daemon_instance_count.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
613 614 615 |
# File 'sig/types.rbs', line 613 def arn @arn end |
#capacity_providers ⇒ ::Array[Types::DaemonDeploymentCapacityProvider]
Returns the value of attribute capacity_providers.
614 615 616 |
# File 'sig/types.rbs', line 614 def capacity_providers @capacity_providers end |
#total_draining_instance_count ⇒ ::Integer
Returns the value of attribute total_draining_instance_count.
617 618 619 |
# File 'sig/types.rbs', line 617 def total_draining_instance_count @total_draining_instance_count end |
#total_running_instance_count ⇒ ::Integer
Returns the value of attribute total_running_instance_count.
615 616 617 |
# File 'sig/types.rbs', line 615 def total_running_instance_count @total_running_instance_count end |
#total_without_daemon_instance_count ⇒ ::Integer
Returns the value of attribute total_without_daemon_instance_count.
616 617 618 |
# File 'sig/types.rbs', line 616 def total_without_daemon_instance_count @total_without_daemon_instance_count end |