Class: Aws::Types::BatchGetIncidentFindingsOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetIncidentFindingsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#errors ⇒ ::Array[Types::BatchGetIncidentFindingsError]
Returns the value of attribute errors.
-
#findings ⇒ ::Array[Types::Finding]
Returns the value of attribute findings.
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.
73 74 75 |
# File 'sig/types.rbs', line 73 def findings @findings end |