Class: Aws::Types::UpdateServicePrimaryTaskSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServicePrimaryTaskSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
-
#primary_task_set ⇒ ::String
Returns the value of attribute primary_task_set.
-
#service ⇒ ::String
Returns the value of attribute service.
Instance Attribute Details
#cluster ⇒ ::String
Returns the value of attribute cluster.
2939 2940 2941 |
# File 'sig/types.rbs', line 2939 def cluster @cluster end |
#primary_task_set ⇒ ::String
Returns the value of attribute primary_task_set.
2941 2942 2943 |
# File 'sig/types.rbs', line 2941 def primary_task_set @primary_task_set end |
#service ⇒ ::String
Returns the value of attribute service.
2940 2941 2942 |
# File 'sig/types.rbs', line 2940 def service @service end |