Class: Aws::Types::BatchGetCodeReviewJobTasksInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetCodeReviewJobTasksInput
- 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.
-
#code_review_job_task_ids ⇒ ::Array[::String]
Returns the value of attribute code_review_job_task_ids.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
207 208 209 |
# File 'sig/types.rbs', line 207 def agent_space_id @agent_space_id end |
#code_review_job_task_ids ⇒ ::Array[::String]
Returns the value of attribute code_review_job_task_ids.
208 209 210 |
# File 'sig/types.rbs', line 208 def code_review_job_task_ids @code_review_job_task_ids end |