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>

List of successfully retrieved findings

Returns:



511
512
513
514
515
516
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 511

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

#not_foundArray<String>

List of finding IDs that could not be found

Returns:

  • (Array<String>)


511
512
513
514
515
516
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 511

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