Class: Aws::Types::UpdateTaskSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTaskSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
-
#scale ⇒ Types::Scale
Returns the value of attribute scale.
-
#service ⇒ ::String
Returns the value of attribute service.
-
#task_set ⇒ ::String
Returns the value of attribute task_set.
Instance Attribute Details
#cluster ⇒ ::String
Returns the value of attribute cluster.
2997 2998 2999 |
# File 'sig/types.rbs', line 2997 def cluster @cluster end |
#scale ⇒ Types::Scale
Returns the value of attribute scale.
3000 3001 3002 |
# File 'sig/types.rbs', line 3000 def scale @scale end |
#service ⇒ ::String
Returns the value of attribute service.
2998 2999 3000 |
# File 'sig/types.rbs', line 2998 def service @service end |
#task_set ⇒ ::String
Returns the value of attribute task_set.
2999 3000 3001 |
# File 'sig/types.rbs', line 2999 def task_set @task_set end |