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.
23020 23021 23022 23023 23024 23025 23026 23027 23028 23029 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23020 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.
23020 23021 23022 23023 23024 23025 23026 23027 23028 23029 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23020 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.
23020 23021 23022 23023 23024 23025 23026 23027 23028 23029 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23020 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.
23020 23021 23022 23023 23024 23025 23026 23027 23028 23029 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23020 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.
23020 23021 23022 23023 23024 23025 23026 23027 23028 23029 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23020 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.
23020 23021 23022 23023 23024 23025 23026 23027 23028 23029 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23020 class ClassificationResult < Struct.new( :mime_type, :size_classified, :additional_occurrences, :status, :sensitive_data, :custom_data_identifiers) SENSITIVE = [] include Aws::Structure end |