Class: Aws::SecurityAgent::Types::StartCodeReviewJobInput

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

Instance Attribute Details

#agent_space_idString

The unique identifier of the agent space.

Returns:

  • (String)


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_idString

The unique identifier of the code review to start a job for.

Returns:

  • (String)


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