Class: Aws::Macie2::Types::ClassificationDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#detailed_results_locationString

Returns:

  • (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_arnString

Returns:

  • (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_idString

Returns:

  • (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_typeString

Specifies how Amazon Macie found the sensitive data that produced a finding. Possible values are:

Returns:

  • (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

#resultTypes::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