Class: Aws::CodeGuruSecurity::Types::BatchGetFindingsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failed_findingsArray<Types::BatchGetFindingsError>

A list of errors for individual findings which were not fetched. Each BatchGetFindingsError contains the ‘scanName`, `findingId`, `errorCode` and error `message`.

Returns:



135
136
137
138
139
140
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 135

class BatchGetFindingsResponse < Struct.new(
  :failed_findings,
  :findings)
  SENSITIVE = []
  include Aws::Structure
end

#findingsArray<Types::Finding>

A list of all findings which were successfully fetched.

Returns:



135
136
137
138
139
140
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 135

class BatchGetFindingsResponse < Struct.new(
  :failed_findings,
  :findings)
  SENSITIVE = []
  include Aws::Structure
end