Class: Aws::SecurityHub::Types::ClassificationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ClassificationResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Details about the sensitive data that was detected on the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_occurrences ⇒ Boolean
Indicates whether there are additional occurrences of sensitive data that are not included in the finding.
-
#custom_data_identifiers ⇒ Types::CustomDataIdentifiersResult
Provides details about sensitive data that was identified based on customer-defined configuration.
-
#mime_type ⇒ String
The type of content that the finding applies to.
-
#sensitive_data ⇒ Array<Types::SensitiveDataResult>
Provides details about sensitive data that was identified based on built-in configuration.
-
#size_classified ⇒ Integer
The total size in bytes of the affected data.
-
#status ⇒ Types::ClassificationStatus
The current status of the sensitive data detection.
Instance Attribute Details
#additional_occurrences ⇒ Boolean
Indicates whether there are additional occurrences of sensitive data that are not included in the finding. This occurs when the number of occurrences exceeds the maximum that can be included.
23030 23031 23032 23033 23034 23035 23036 23037 23038 23039 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23030 class ClassificationResult < Struct.new( :mime_type, :size_classified, :additional_occurrences, :status, :sensitive_data, :custom_data_identifiers) SENSITIVE = [] include Aws::Structure end |
#custom_data_identifiers ⇒ Types::CustomDataIdentifiersResult
Provides details about sensitive data that was identified based on customer-defined configuration.
23030 23031 23032 23033 23034 23035 23036 23037 23038 23039 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23030 class ClassificationResult < Struct.new( :mime_type, :size_classified, :additional_occurrences, :status, :sensitive_data, :custom_data_identifiers) SENSITIVE = [] include Aws::Structure end |
#mime_type ⇒ String
The type of content that the finding applies to.
23030 23031 23032 23033 23034 23035 23036 23037 23038 23039 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23030 class ClassificationResult < Struct.new( :mime_type, :size_classified, :additional_occurrences, :status, :sensitive_data, :custom_data_identifiers) SENSITIVE = [] include Aws::Structure end |
#sensitive_data ⇒ Array<Types::SensitiveDataResult>
Provides details about sensitive data that was identified based on built-in configuration.
23030 23031 23032 23033 23034 23035 23036 23037 23038 23039 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23030 class ClassificationResult < Struct.new( :mime_type, :size_classified, :additional_occurrences, :status, :sensitive_data, :custom_data_identifiers) SENSITIVE = [] include Aws::Structure end |
#size_classified ⇒ Integer
The total size in bytes of the affected data.
23030 23031 23032 23033 23034 23035 23036 23037 23038 23039 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23030 class ClassificationResult < Struct.new( :mime_type, :size_classified, :additional_occurrences, :status, :sensitive_data, :custom_data_identifiers) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::ClassificationStatus
The current status of the sensitive data detection.
23030 23031 23032 23033 23034 23035 23036 23037 23038 23039 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23030 class ClassificationResult < Struct.new( :mime_type, :size_classified, :additional_occurrences, :status, :sensitive_data, :custom_data_identifiers) SENSITIVE = [] include Aws::Structure end |