Class: Aws::SecurityAgent::Types::BatchGetThreatsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::BatchGetThreatsInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityagent/types.rb
Overview
Input for retrieving multiple threats.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
The unique identifier of the agent space.
-
#threat_ids ⇒ Array<String>
The list of threat identifiers to retrieve.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the agent space.
1222 1223 1224 1225 1226 1227 |
# File 'lib/aws-sdk-securityagent/types.rb', line 1222 class BatchGetThreatsInput < Struct.new( :threat_ids, :agent_space_id) SENSITIVE = [] include Aws::Structure end |
#threat_ids ⇒ Array<String>
The list of threat identifiers to retrieve.
1222 1223 1224 1225 1226 1227 |
# File 'lib/aws-sdk-securityagent/types.rb', line 1222 class BatchGetThreatsInput < Struct.new( :threat_ids, :agent_space_id) SENSITIVE = [] include Aws::Structure end |