Class: Aws::Types::ECSTaskSet
- Inherits:
-
Object
- Object
- Aws::Types::ECSTaskSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#desired_count ⇒ ::Integer
Returns the value of attribute desired_count.
-
#identifer ⇒ ::String
Returns the value of attribute identifer.
-
#pending_count ⇒ ::Integer
Returns the value of attribute pending_count.
-
#running_count ⇒ ::Integer
Returns the value of attribute running_count.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#target_group ⇒ Types::TargetGroupInfo
Returns the value of attribute target_group.
-
#task_set_label ⇒ "Blue", "Green"
Returns the value of attribute task_set_label.
-
#traffic_weight ⇒ ::Float
Returns the value of attribute traffic_weight.
Instance Attribute Details
#desired_count ⇒ ::Integer
Returns the value of attribute desired_count.
514 515 516 |
# File 'sig/types.rbs', line 514 def desired_count @desired_count end |
#identifer ⇒ ::String
Returns the value of attribute identifer.
513 514 515 |
# File 'sig/types.rbs', line 513 def identifer @identifer end |
#pending_count ⇒ ::Integer
Returns the value of attribute pending_count.
515 516 517 |
# File 'sig/types.rbs', line 515 def pending_count @pending_count end |
#running_count ⇒ ::Integer
Returns the value of attribute running_count.
516 517 518 |
# File 'sig/types.rbs', line 516 def running_count @running_count end |
#status ⇒ ::String
Returns the value of attribute status.
517 518 519 |
# File 'sig/types.rbs', line 517 def status @status end |
#target_group ⇒ Types::TargetGroupInfo
Returns the value of attribute target_group.
519 520 521 |
# File 'sig/types.rbs', line 519 def target_group @target_group end |
#task_set_label ⇒ "Blue", "Green"
Returns the value of attribute task_set_label.
520 521 522 |
# File 'sig/types.rbs', line 520 def task_set_label @task_set_label end |
#traffic_weight ⇒ ::Float
Returns the value of attribute traffic_weight.
518 519 520 |
# File 'sig/types.rbs', line 518 def traffic_weight @traffic_weight end |