Class: Aws::Macie2::Types::ClassificationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::ClassificationDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides information about a sensitive data finding and the details of the finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #detailed_results_location ⇒ String
- #job_arn ⇒ String
- #job_id ⇒ String
-
#origin_type ⇒ String
Specifies how Amazon Macie found the sensitive data that produced a finding.
-
#result ⇒ Types::ClassificationResult
Provides the details of a sensitive data finding, including the types, number of occurrences, and locations of the sensitive data that was detected.
Instance Attribute Details
#detailed_results_location ⇒ String
1064 1065 1066 1067 1068 1069 1070 1071 1072 |
# File 'lib/aws-sdk-macie2/types.rb', line 1064 class ClassificationDetails < Struct.new( :detailed_results_location, :job_arn, :job_id, :origin_type, :result) SENSITIVE = [] include Aws::Structure end |
#job_arn ⇒ String
1064 1065 1066 1067 1068 1069 1070 1071 1072 |
# File 'lib/aws-sdk-macie2/types.rb', line 1064 class ClassificationDetails < Struct.new( :detailed_results_location, :job_arn, :job_id, :origin_type, :result) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
1064 1065 1066 1067 1068 1069 1070 1071 1072 |
# File 'lib/aws-sdk-macie2/types.rb', line 1064 class ClassificationDetails < Struct.new( :detailed_results_location, :job_arn, :job_id, :origin_type, :result) SENSITIVE = [] include Aws::Structure end |
#origin_type ⇒ String
Specifies how Amazon Macie found the sensitive data that produced a finding. Possible values are:
1064 1065 1066 1067 1068 1069 1070 1071 1072 |
# File 'lib/aws-sdk-macie2/types.rb', line 1064 class ClassificationDetails < Struct.new( :detailed_results_location, :job_arn, :job_id, :origin_type, :result) SENSITIVE = [] include Aws::Structure end |
#result ⇒ Types::ClassificationResult
Provides the details of a sensitive data finding, including the types, number of occurrences, and locations of the sensitive data that was detected.
1064 1065 1066 1067 1068 1069 1070 1071 1072 |
# File 'lib/aws-sdk-macie2/types.rb', line 1064 class ClassificationDetails < Struct.new( :detailed_results_location, :job_arn, :job_id, :origin_type, :result) SENSITIVE = [] include Aws::Structure end |