Class: Aws::Types::StopCodeReviewJobInput
- Inherits:
-
Object
- Object
- Aws::Types::StopCodeReviewJobInput
- 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_id ⇒ ::String
Returns the value of attribute code_review_job_id.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
1978 1979 1980 |
# File 'sig/types.rbs', line 1978 def agent_space_id @agent_space_id end |
#code_review_job_id ⇒ ::String
Returns the value of attribute code_review_job_id.
1979 1980 1981 |
# File 'sig/types.rbs', line 1979 def code_review_job_id @code_review_job_id end |