Class: Aws::SecurityAgent::Types::BatchGetThreatModelsOutput

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

Overview

Output for the BatchGetThreatModels operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#not_foundArray<String>

The list of threat model identifiers that were not found.

Returns:

  • (Array<String>)


1203
1204
1205
1206
1207
1208
# File 'lib/aws-sdk-securityagent/types.rb', line 1203

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

#threat_modelsArray<Types::ThreatModel>

The list of threat models that were found.

Returns:



1203
1204
1205
1206
1207
1208
# File 'lib/aws-sdk-securityagent/types.rb', line 1203

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