Class: Aws::Types::BatchGetCodeReviewJobsInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetCodeReviewJobsInput
- 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_ids ⇒ ::Array[::String]
Returns the value of attribute code_review_job_ids.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
220 221 222 |
# File 'sig/types.rbs', line 220 def agent_space_id @agent_space_id end |
#code_review_job_ids ⇒ ::Array[::String]
Returns the value of attribute code_review_job_ids.
219 220 221 |
# File 'sig/types.rbs', line 219 def code_review_job_ids @code_review_job_ids end |