Class: Aws::SecurityHub::Types::SensitiveDataDetections
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::SensitiveDataDetections
- 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
-
#count ⇒ Integer
The total number of occurrences of sensitive data that were detected.
-
#occurrences ⇒ Types::Occurrences
Details about the sensitive data that was detected.
-
#type ⇒ String
The type of sensitive data that was detected.
Instance Attribute Details
#count ⇒ Integer
The total number of occurrences of sensitive data that were detected.
29567 29568 29569 29570 29571 29572 29573 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29567 class SensitiveDataDetections < Struct.new( :count, :type, :occurrences) SENSITIVE = [] include Aws::Structure end |
#occurrences ⇒ Types::Occurrences
Details about the sensitive data that was detected.
29567 29568 29569 29570 29571 29572 29573 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29567 class SensitiveDataDetections < Struct.new( :count, :type, :occurrences) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of sensitive data that was detected. For example, the type might indicate that the data is an email address.
29567 29568 29569 29570 29571 29572 29573 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29567 class SensitiveDataDetections < Struct.new( :count, :type, :occurrences) SENSITIVE = [] include Aws::Structure end |