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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityagent/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:



643
644
645
646
647
648
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 643

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


643
644
645
646
647
648
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 643

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