Class: Aws::SecurityAgent::Types::BatchGetCodeReviewsInput

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

Overview

Input for retrieving multiple code reviews by their IDs.

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 reviews.

Returns:

  • (String)


624
625
626
627
628
629
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 624

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

#code_review_idsArray<String>

The list of code review identifiers to retrieve.

Returns:

  • (Array<String>)


624
625
626
627
628
629
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 624

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