Class: Aws::Types::DescribeFindingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFindingsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failed_items ⇒ ::Hash[::String, Types::FailedItemDetails]
Returns the value of attribute failed_items.
-
#findings ⇒ ::Array[Types::Finding]
Returns the value of attribute findings.
Instance Attribute Details
#failed_items ⇒ ::Hash[::String, Types::FailedItemDetails]
Returns the value of attribute failed_items.
298 299 300 |
# File 'sig/types.rbs', line 298 def failed_items @failed_items end |
#findings ⇒ ::Array[Types::Finding]
Returns the value of attribute findings.
297 298 299 |
# File 'sig/types.rbs', line 297 def findings @findings end |