Class: Aws::Types::DeleteTaskTemplateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


2468
2469
2470
# File 'sig/types.rbs', line 2468

def instance_id
  @instance_id
end

#task_template_id::String

Returns the value of attribute task_template_id.

Returns:

  • (::String)


2469
2470
2471
# File 'sig/types.rbs', line 2469

def task_template_id
  @task_template_id
end