Class: Aws::SecurityAgent::Types::BatchGetFindingsOutput

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

Overview

Output for the BatchGetFindings operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#findingsArray<Types::Finding>

The list of findings that were found.

Returns:



681
682
683
684
685
686
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 681

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

#not_foundArray<String>

The list of finding identifiers that were not found.

Returns:

  • (Array<String>)


681
682
683
684
685
686
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 681

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