Class: Aws::SecurityHub::Types::CustomDataIdentifiersDetections
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::CustomDataIdentifiersDetections
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The list of detected instances of sensitive data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the custom identifier that was used to detect the sensitive data.
-
#count ⇒ Integer
The total number of occurrences of sensitive data that were detected.
-
#name ⇒ String
he name of the custom identifier that detected the sensitive data.
-
#occurrences ⇒ Types::Occurrences
Details about the sensitive data that was detected.
Instance Attribute Details
#arn ⇒ String
The ARN of the custom identifier that was used to detect the sensitive data.
23837 23838 23839 23840 23841 23842 23843 23844 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23837 class CustomDataIdentifiersDetections < Struct.new( :count, :arn, :name, :occurrences) SENSITIVE = [] include Aws::Structure end |
#count ⇒ Integer
The total number of occurrences of sensitive data that were detected.
23837 23838 23839 23840 23841 23842 23843 23844 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23837 class CustomDataIdentifiersDetections < Struct.new( :count, :arn, :name, :occurrences) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
he name of the custom identifier that detected the sensitive data.
23837 23838 23839 23840 23841 23842 23843 23844 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23837 class CustomDataIdentifiersDetections < Struct.new( :count, :arn, :name, :occurrences) SENSITIVE = [] include Aws::Structure end |
#occurrences ⇒ Types::Occurrences
Details about the sensitive data that was detected.
23837 23838 23839 23840 23841 23842 23843 23844 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23837 class CustomDataIdentifiersDetections < Struct.new( :count, :arn, :name, :occurrences) SENSITIVE = [] include Aws::Structure end |