Class: Aws::SecurityAgent::Types::BatchGetFindingsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::BatchGetFindingsInput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Input for BatchGetFindings operation
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
ID of the agent space where the findings exist.
-
#finding_ids ⇒ Array<String>
List of finding IDs to retrieve.
Instance Attribute Details
#agent_space_id ⇒ String
ID of the agent space where the findings exist
492 493 494 495 496 497 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 492 class BatchGetFindingsInput < Struct.new( :finding_ids, :agent_space_id) SENSITIVE = [] include Aws::Structure end |
#finding_ids ⇒ Array<String>
List of finding IDs to retrieve
492 493 494 495 496 497 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 492 class BatchGetFindingsInput < Struct.new( :finding_ids, :agent_space_id) SENSITIVE = [] include Aws::Structure end |