Class: Aws::SecurityAgent::Types::BatchGetCodeReviewJobsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb

Overview

Input for BatchGetCodeReviewJobs operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

The unique identifier of the agent space that contains the code review jobs.

Returns:

  • (String)


585
586
587
588
589
590
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 585

class BatchGetCodeReviewJobsInput < Struct.new(
  :code_review_job_ids,
  :agent_space_id)
  SENSITIVE = []
  include Aws::Structure
end

#code_review_job_idsArray<String>

The list of code review job identifiers to retrieve.

Returns:

  • (Array<String>)


585
586
587
588
589
590
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 585

class BatchGetCodeReviewJobsInput < Struct.new(
  :code_review_job_ids,
  :agent_space_id)
  SENSITIVE = []
  include Aws::Structure
end