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.
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.
2397 2398 2399 |
# File 'sig/types.rbs', line 2397 def task_template_id @task_template_id end |