Class: Aws::SecurityHub::Types::CustomDataIdentifiersResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::CustomDataIdentifiersResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Contains an instance of sensitive data that was detected by a customer-defined identifier.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detections ⇒ Array<Types::CustomDataIdentifiersDetections>
The list of detected instances of sensitive data.
-
#total_count ⇒ Integer
The total number of occurrences of sensitive data.
Instance Attribute Details
#detections ⇒ Array<Types::CustomDataIdentifiersDetections>
The list of detected instances of sensitive data.
23859 23860 23861 23862 23863 23864 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23859 class CustomDataIdentifiersResult < Struct.new( :detections, :total_count) SENSITIVE = [] include Aws::Structure end |
#total_count ⇒ Integer
The total number of occurrences of sensitive data.
23859 23860 23861 23862 23863 23864 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23859 class CustomDataIdentifiersResult < Struct.new( :detections, :total_count) SENSITIVE = [] include Aws::Structure end |