Class: Aws::Types::DescribeTaskSetsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTaskSetsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
-
#include ⇒ ::Array[("TAGS")]
Returns the value of attribute include.
-
#service ⇒ ::String
Returns the value of attribute service.
-
#task_sets ⇒ ::Array[::String]
Returns the value of attribute task_sets.
Instance Attribute Details
#cluster ⇒ ::String
Returns the value of attribute cluster.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def cluster @cluster end |
#include ⇒ ::Array[("TAGS")]
Returns the value of attribute include.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def include @include end |
#service ⇒ ::String
Returns the value of attribute service.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def service @service end |
#task_sets ⇒ ::Array[::String]
Returns the value of attribute task_sets.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def task_sets @task_sets end |