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)


1095
1096
1097
# File 'sig/types.rbs', line 1095

def cluster
  @cluster
end

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

Returns the value of attribute include.

Returns:

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


1098
1099
1100
# File 'sig/types.rbs', line 1098

def include
  @include
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


1096
1097
1098
# File 'sig/types.rbs', line 1096

def service
  @service
end

#task_sets::Array[::String]

Returns the value of attribute task_sets.

Returns:

  • (::Array[::String])


1097
1098
1099
# File 'sig/types.rbs', line 1097

def task_sets
  @task_sets
end