Class: Aws::Types::DescribeTasksRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster::String

Returns the value of attribute cluster.

Returns:

  • (::String)


1109
1110
1111
# File 'sig/types.rbs', line 1109

def cluster
  @cluster
end

#include::Array[("TAGS")]

Returns the value of attribute include.

Returns:

  • (::Array[("TAGS")])


1111
1112
1113
# File 'sig/types.rbs', line 1111

def include
  @include
end

#tasks::Array[::String]

Returns the value of attribute tasks.

Returns:

  • (::Array[::String])


1110
1111
1112
# File 'sig/types.rbs', line 1110

def tasks
  @tasks
end