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)


837
838
839
# File 'sig/types.rbs', line 837

def cluster
  @cluster
end

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


840
841
842
# File 'sig/types.rbs', line 840

def force
  @force
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


838
839
840
# File 'sig/types.rbs', line 838

def service
  @service
end

#task_set::String

Returns the value of attribute task_set.

Returns:

  • (::String)


839
840
841
# File 'sig/types.rbs', line 839

def task_set
  @task_set
end