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

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



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

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

#findingsArray<Types::Finding>

A list of all requested findings.

Returns:



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

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