Class: Aws::Types::BatchGetFindingsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#findings::Array[Types::Finding]

Returns the value of attribute findings.

Returns:



249
250
251
# File 'sig/types.rbs', line 249

def findings
  @findings
end

#not_found::Array[::String]

Returns the value of attribute not_found.

Returns:

  • (::Array[::String])


250
251
252
# File 'sig/types.rbs', line 250

def not_found
  @not_found
end