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.
2957 2958 2959 |
# File 'sig/types.rbs', line 2957 def cluster @cluster end |
#primary_task_set ⇒ ::String
Returns the value of attribute primary_task_set.
2959 2960 2961 |
# File 'sig/types.rbs', line 2959 def primary_task_set @primary_task_set end |
#service ⇒ ::String
Returns the value of attribute service.
2958 2959 2960 |
# File 'sig/types.rbs', line 2958 def service @service end |