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