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


371
372
373
# File 'sig/types.rbs', line 371

def not_found
  @not_found
end

#threats::Array[Types::Threat]

Returns the value of attribute threats.

Returns:



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

def threats
  @threats
end