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)


2396
2397
2398
# File 'sig/types.rbs', line 2396

def instance_id
  @instance_id
end

#task_template_id::String

Returns the value of attribute task_template_id.

Returns:

  • (::String)


2397
2398
2399
# File 'sig/types.rbs', line 2397

def task_template_id
  @task_template_id
end