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)


2438
2439
2440
# File 'sig/types.rbs', line 2438

def instance_id
  @instance_id
end

#task_template_id::String

Returns the value of attribute task_template_id.

Returns:

  • (::String)


2439
2440
2441
# File 'sig/types.rbs', line 2439

def task_template_id
  @task_template_id
end