Class: Aws::SecurityHub::Types::ClassificationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ClassificationResult
- Defined in:
- gems/aws-sdk-securityhub/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.
22118 22119 22120 22121 22122 22123 22124 22125 22126 22127 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22118 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.
22118 22119 22120 22121 22122 22123 22124 22125 22126 22127 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22118 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.
22118 22119 22120 22121 22122 22123 22124 22125 22126 22127 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22118 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.
22118 22119 22120 22121 22122 22123 22124 22125 22126 22127 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22118 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.
22118 22119 22120 22121 22122 22123 22124 22125 22126 22127 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22118 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.
22118 22119 22120 22121 22122 22123 22124 22125 22126 22127 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22118 class ClassificationResult < Struct.new( :mime_type, :size_classified, :additional_occurrences, :status, :sensitive_data, :custom_data_identifiers) SENSITIVE = [] include Aws::Structure end |