Class: Aws::Types::BatchImportFindingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchImportFindingsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failed_count ⇒ ::Integer
Returns the value of attribute failed_count.
-
#failed_findings ⇒ ::Array[Types::ImportFindingsError]
Returns the value of attribute failed_findings.
-
#success_count ⇒ ::Integer
Returns the value of attribute success_count.
Instance Attribute Details
#failed_count ⇒ ::Integer
Returns the value of attribute failed_count.
4827 4828 4829 |
# File 'sig/types.rbs', line 4827 def failed_count @failed_count end |
#failed_findings ⇒ ::Array[Types::ImportFindingsError]
Returns the value of attribute failed_findings.
4829 4830 4831 |
# File 'sig/types.rbs', line 4829 def failed_findings @failed_findings end |
#success_count ⇒ ::Integer
Returns the value of attribute success_count.
4828 4829 4830 |
# File 'sig/types.rbs', line 4828 def success_count @success_count end |