Class: Aws::SecurityAgent::Types::StopCodeReviewJobInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#agent_space_idString

The unique identifier of the agent space.

Returns:

  • (String)


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_idString

The unique identifier of the code review job to stop.

Returns:

  • (String)


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