Class: Aws::Types::GetRunTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRunTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def id @id end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def task_id @task_id end |