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.
2063 2064 2065 |
# File 'sig/types.rbs', line 2063 def agent_space_id @agent_space_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def client_token @client_token end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def task_id @task_id end |
#task_status ⇒ "PENDING_TRIAGE", ...
Returns the value of attribute task_status.
2065 2066 2067 |
# File 'sig/types.rbs', line 2065 def task_status @task_status end |