Class: Aws::Types::UpdateContactTaskTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateContactTaskTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#task_template_id ⇒ ::String
Returns the value of attribute task_template_id.
Instance Attribute Details
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
8752 8753 8754 |
# File 'sig/types.rbs', line 8752 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8750 8751 8752 |
# File 'sig/types.rbs', line 8750 def instance_id @instance_id end |
#task_template_id ⇒ ::String
Returns the value of attribute task_template_id.
8751 8752 8753 |
# File 'sig/types.rbs', line 8751 def task_template_id @task_template_id end |