Class: Aws::SecurityAgent::Types::BatchGetThreatsOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityagent/types.rb

Overview

Output for the BatchGetThreats operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#not_foundArray<String>

The list of threat identifiers that were not found.

Returns:

  • (Array<String>)


1241
1242
1243
1244
1245
1246
# File 'lib/aws-sdk-securityagent/types.rb', line 1241

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

#threatsArray<Types::Threat>

The list of threats that were found.

Returns:



1241
1242
1243
1244
1245
1246
# File 'lib/aws-sdk-securityagent/types.rb', line 1241

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