Class: Aws::Types::BatchGetThreatModelsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#not_found::Array[::String]

Returns the value of attribute not_found.

Returns:

  • (::Array[::String])


357
358
359
# File 'sig/types.rbs', line 357

def not_found
  @not_found
end

#threat_models::Array[Types::ThreatModel]

Returns the value of attribute threat_models.

Returns:



356
357
358
# File 'sig/types.rbs', line 356

def threat_models
  @threat_models
end