Class: Aws::SecurityAgent::Types::BatchGetFindingsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::BatchGetFindingsOutput
- 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
-
#findings ⇒ Array<Types::Finding>
List of successfully retrieved findings.
-
#not_found ⇒ Array<String>
List of finding IDs that could not be found.
Instance Attribute Details
#findings ⇒ Array<Types::Finding>
List of successfully retrieved findings
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_found ⇒ Array<String>
List of finding IDs that could not be found
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 |