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:



828
829
830
831
832
833
# File 'lib/aws-sdk-securityagent/types.rb', line 828

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>)


828
829
830
831
832
833
# File 'lib/aws-sdk-securityagent/types.rb', line 828

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