Class: Aws::Types::CreateBacklogTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBacklogTaskRequest
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#priority ⇒ "CRITICAL", ...
Returns the value of attribute priority.
-
#reference ⇒ Types::ReferenceInput
Returns the value of attribute reference.
-
#task_type ⇒ "INVESTIGATION", ...
Returns the value of attribute task_type.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
329 330 331 |
# File 'sig/types.rbs', line 329 def agent_space_id @agent_space_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
335 336 337 |
# File 'sig/types.rbs', line 335 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
333 334 335 |
# File 'sig/types.rbs', line 333 def description @description end |
#priority ⇒ "CRITICAL", ...
Returns the value of attribute priority.
334 335 336 |
# File 'sig/types.rbs', line 334 def priority @priority end |
#reference ⇒ Types::ReferenceInput
Returns the value of attribute reference.
330 331 332 |
# File 'sig/types.rbs', line 330 def reference @reference end |
#task_type ⇒ "INVESTIGATION", ...
Returns the value of attribute task_type.
331 332 333 |
# File 'sig/types.rbs', line 331 def task_type @task_type end |
#title ⇒ ::String
Returns the value of attribute title.
332 333 334 |
# File 'sig/types.rbs', line 332 def title @title end |