Method: Aws::SecurityHub::Types::CustomDataIdentifiersResult#detections
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#detections ⇒ Array<Types::CustomDataIdentifiersDetections>
The list of detected instances of sensitive data.
23603 23604 23605 23606 23607 23608 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23603 class CustomDataIdentifiersResult < Struct.new( :detections, :total_count) SENSITIVE = [] include Aws::Structure end |