Class: Aws::Types::DescribeTasksRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTasksRequest
- 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.
-
#tasks ⇒ ::Array[::String]
Returns the value of attribute tasks.
Instance Attribute Details
#cluster ⇒ ::String
Returns the value of attribute cluster.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def cluster @cluster end |
#include ⇒ ::Array[("TAGS")]
Returns the value of attribute include.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def include @include end |
#tasks ⇒ ::Array[::String]
Returns the value of attribute tasks.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def tasks @tasks end |