Class: Aws::Types::DeleteTaskRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#task_name::String

Returns the value of attribute task_name.

Returns:

  • (::String)


1422
1423
1424
# File 'sig/types.rbs', line 1422

def task_name
  @task_name
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1421
1422
1423
# File 'sig/types.rbs', line 1421

def workspace_name
  @workspace_name
end