Class: Aws::SecurityAgent::Types::BatchGetCodeReviewsOutput

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

Overview

Output for the BatchGetCodeReviews operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#code_reviewsArray<Types::CodeReview>

The list of code reviews that were found.

Returns:



810
811
812
813
814
815
# File 'lib/aws-sdk-securityagent/types.rb', line 810

class BatchGetCodeReviewsOutput < Struct.new(
  :code_reviews,
  :not_found)
  SENSITIVE = []
  include Aws::Structure
end

#not_foundArray<String>

The list of code review identifiers that were not found.

Returns:

  • (Array<String>)


810
811
812
813
814
815
# File 'lib/aws-sdk-securityagent/types.rb', line 810

class BatchGetCodeReviewsOutput < Struct.new(
  :code_reviews,
  :not_found)
  SENSITIVE = []
  include Aws::Structure
end