Class: Aws::Types::BatchUpdateFindingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateFindingsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#processed_findings ⇒ ::Array[Types::AwsSecurityFindingIdentifier]
Returns the value of attribute processed_findings.
-
#unprocessed_findings ⇒ ::Array[Types::BatchUpdateFindingsUnprocessedFinding]
Returns the value of attribute unprocessed_findings.
Instance Attribute Details
#processed_findings ⇒ ::Array[Types::AwsSecurityFindingIdentifier]
Returns the value of attribute processed_findings.
4859 4860 4861 |
# File 'sig/types.rbs', line 4859 def processed_findings @processed_findings end |
#unprocessed_findings ⇒ ::Array[Types::BatchUpdateFindingsUnprocessedFinding]
Returns the value of attribute unprocessed_findings.
4860 4861 4862 |
# File 'sig/types.rbs', line 4860 def unprocessed_findings @unprocessed_findings end |