Class: Aws::Types::DescribeTaskSetsRequest

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)


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

def cluster
  @cluster
end

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

Returns the value of attribute include.

Returns:

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


1113
1114
1115
# File 'sig/types.rbs', line 1113

def include
  @include
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


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

def service
  @service
end

#task_sets::Array[::String]

Returns the value of attribute task_sets.

Returns:

  • (::Array[::String])


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

def task_sets
  @task_sets
end