Class: Aws::Types::BatchGetIncidentFindingsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#errors ⇒ ::Array[Types::BatchGetIncidentFindingsError]

Returns the value of attribute errors.



72
73
74
# File 'sig/types.rbs', line 72

def errors
  @errors
end

#findings ⇒ ::Array[Types::Finding]

Returns the value of attribute findings.

Returns:



73
74
75
# File 'sig/types.rbs', line 73

def findings
  @findings
end