Class: Aws::Types::DeleteTaskSetRequest

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)


830
831
832
# File 'sig/types.rbs', line 830

def cluster
  @cluster
end

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


833
834
835
# File 'sig/types.rbs', line 833

def force
  @force
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


831
832
833
# File 'sig/types.rbs', line 831

def service
  @service
end

#task_set::String

Returns the value of attribute task_set.

Returns:

  • (::String)


832
833
834
# File 'sig/types.rbs', line 832

def task_set
  @task_set
end