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)


1425
1426
1427
# File 'sig/types.rbs', line 1425

def task_name
  @task_name
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1424
1425
1426
# File 'sig/types.rbs', line 1424

def workspace_name
  @workspace_name
end