Class: Aws::SecurityAgent::Types::StopCodeReviewJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::StopCodeReviewJobInput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Input for stopping the execution of a code review job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
The unique identifier of the agent space.
-
#code_review_job_id ⇒ String
The unique identifier of the code review job to stop.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the agent space.
4477 4478 4479 4480 4481 4482 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4477 class StopCodeReviewJobInput < Struct.new( :agent_space_id, :code_review_job_id) SENSITIVE = [] include Aws::Structure end |
#code_review_job_id ⇒ String
The unique identifier of the code review job to stop.
4477 4478 4479 4480 4481 4482 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4477 class StopCodeReviewJobInput < Struct.new( :agent_space_id, :code_review_job_id) SENSITIVE = [] include Aws::Structure end |