Class: Aws::Types::UpdateBacklogTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBacklogTaskRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
-
#task_status ⇒ "PENDING_TRIAGE", ...
Returns the value of attribute task_status.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
2070 2071 2072 |
# File 'sig/types.rbs', line 2070 def agent_space_id @agent_space_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2073 2074 2075 |
# File 'sig/types.rbs', line 2073 def client_token @client_token end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
2071 2072 2073 |
# File 'sig/types.rbs', line 2071 def task_id @task_id end |
#task_status ⇒ "PENDING_TRIAGE", ...
Returns the value of attribute task_status.
2072 2073 2074 |
# File 'sig/types.rbs', line 2072 def task_status @task_status end |