Class: Aws::SecurityHub::Types::DataClassificationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::DataClassificationDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Provides details about sensitive data that was detected on a resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detailed_results_location ⇒ String
The path to the folder or file that contains the sensitive data.
-
#result ⇒ Types::ClassificationResult
The details about the sensitive data that was detected on the resource.
Instance Attribute Details
#detailed_results_location ⇒ String
The path to the folder or file that contains the sensitive data.
23917 23918 23919 23920 23921 23922 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23917 class DataClassificationDetails < Struct.new( :detailed_results_location, :result) SENSITIVE = [] include Aws::Structure end |
#result ⇒ Types::ClassificationResult
The details about the sensitive data that was detected on the resource.
23917 23918 23919 23920 23921 23922 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23917 class DataClassificationDetails < Struct.new( :detailed_results_location, :result) SENSITIVE = [] include Aws::Structure end |