Class: Aws::Types::GetBacklogTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetBacklogTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
659 660 661 |
# File 'sig/types.rbs', line 659 def agent_space_id @agent_space_id end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
660 661 662 |
# File 'sig/types.rbs', line 660 def task_id @task_id end |