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)


1124
1125
1126
# File 'sig/types.rbs', line 1124

def cluster
  @cluster
end

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

Returns the value of attribute include.

Returns:

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


1126
1127
1128
# File 'sig/types.rbs', line 1126

def include
  @include
end

#tasks::Array[::String]

Returns the value of attribute tasks.

Returns:

  • (::Array[::String])


1125
1126
1127
# File 'sig/types.rbs', line 1125

def tasks
  @tasks
end