Class: Aws::Types::BatchGetThreatsOutput

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])


369
370
371
# File 'sig/types.rbs', line 369

def not_found
  @not_found
end

#threats::Array[Types::Threat]

Returns the value of attribute threats.

Returns:



368
369
370
# File 'sig/types.rbs', line 368

def threats
  @threats
end