Class: Aws::Types::UpdateContactTaskTemplateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_id::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


8608
8609
8610
# File 'sig/types.rbs', line 8608

def contact_id
  @contact_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8606
8607
8608
# File 'sig/types.rbs', line 8606

def instance_id
  @instance_id
end

#task_template_id::String

Returns the value of attribute task_template_id.

Returns:

  • (::String)


8607
8608
8609
# File 'sig/types.rbs', line 8607

def task_template_id
  @task_template_id
end