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.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def cluster @cluster end |
#include ⇒ ::Array[("TAGS")]
Returns the value of attribute include.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def include @include end |
#service ⇒ ::String
Returns the value of attribute service.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def service @service end |
#task_sets ⇒ ::Array[::String]
Returns the value of attribute task_sets.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def task_sets @task_sets end |