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.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
609 610 611 |
# File 'sig/types.rbs', line 609 def arn @arn end |
#capacity_providers ⇒ ::Array[Types::DaemonDeploymentCapacityProvider]
Returns the value of attribute capacity_providers.
610 611 612 |
# File 'sig/types.rbs', line 610 def capacity_providers @capacity_providers end |
#total_draining_instance_count ⇒ ::Integer
Returns the value of attribute total_draining_instance_count.
612 613 614 |
# File 'sig/types.rbs', line 612 def total_draining_instance_count @total_draining_instance_count end |
#total_running_instance_count ⇒ ::Integer
Returns the value of attribute total_running_instance_count.
611 612 613 |
# File 'sig/types.rbs', line 611 def total_running_instance_count @total_running_instance_count end |