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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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:



524
525
526
527
528
529
# File 'lib/aws-sdk-securityagent/types.rb', line 524

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


524
525
526
527
528
529
# File 'lib/aws-sdk-securityagent/types.rb', line 524

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