Class: Aws::Types::DeleteTaskTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTaskTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
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.
2439 2440 2441 |
# File 'sig/types.rbs', line 2439 def task_template_id @task_template_id end |