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.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def cluster @cluster end |
#include ⇒ ::Array[("TAGS")]
Returns the value of attribute include.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def include @include end |
#tasks ⇒ ::Array[::String]
Returns the value of attribute tasks.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def tasks @tasks end |