Class: Aws::Types::BatchUpdateFindingsV2Response
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateFindingsV2Response
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#processed_findings ⇒ ::Array[Types::BatchUpdateFindingsV2ProcessedFinding]
Returns the value of attribute processed_findings.
-
#unprocessed_findings ⇒ ::Array[Types::BatchUpdateFindingsV2UnprocessedFinding]
Returns the value of attribute unprocessed_findings.
Instance Attribute Details
#processed_findings ⇒ ::Array[Types::BatchUpdateFindingsV2ProcessedFinding]
Returns the value of attribute processed_findings.
4887 4888 4889 |
# File 'sig/types.rbs', line 4887 def processed_findings @processed_findings end |
#unprocessed_findings ⇒ ::Array[Types::BatchUpdateFindingsV2UnprocessedFinding]
Returns the value of attribute unprocessed_findings.
4888 4889 4890 |
# File 'sig/types.rbs', line 4888 def unprocessed_findings @unprocessed_findings end |