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.
3015 3016 3017 |
# File 'sig/types.rbs', line 3015 def cluster @cluster end |
#scale ⇒ Types::Scale
Returns the value of attribute scale.
3018 3019 3020 |
# File 'sig/types.rbs', line 3018 def scale @scale end |
#service ⇒ ::String
Returns the value of attribute service.
3016 3017 3018 |
# File 'sig/types.rbs', line 3016 def service @service end |
#task_set ⇒ ::String
Returns the value of attribute task_set.
3017 3018 3019 |
# File 'sig/types.rbs', line 3017 def task_set @task_set end |