Class: Aws::SecurityAgent::Types::StartCodeReviewJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::StartCodeReviewJobInput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Input for starting the execution of a code review.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
The unique identifier of the agent space.
-
#code_review_id ⇒ String
The unique identifier of the code review to start a job for.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the agent space.
4319 4320 4321 4322 4323 4324 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4319 class StartCodeReviewJobInput < Struct.new( :agent_space_id, :code_review_id) SENSITIVE = [] include Aws::Structure end |
#code_review_id ⇒ String
The unique identifier of the code review to start a job for.
4319 4320 4321 4322 4323 4324 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4319 class StartCodeReviewJobInput < Struct.new( :agent_space_id, :code_review_id) SENSITIVE = [] include Aws::Structure end |