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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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)


969
970
971
972
973
974
975
976
977
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 969

class ClassificationDetails < Struct.new(
  :detailed_results_location,
  :job_arn,
  :job_id,
  :origin_type,
  :result)
  SENSITIVE = []
  include Aws::Structure
end

#job_arnString

Returns:

  • (String)


969
970
971
972
973
974
975
976
977
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 969

class ClassificationDetails < Struct.new(
  :detailed_results_location,
  :job_arn,
  :job_id,
  :origin_type,
  :result)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

Returns:

  • (String)


969
970
971
972
973
974
975
976
977
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 969

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)


969
970
971
972
973
974
975
976
977
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 969

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.



969
970
971
972
973
974
975
976
977
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 969

class ClassificationDetails < Struct.new(
  :detailed_results_location,
  :job_arn,
  :job_id,
  :origin_type,
  :result)
  SENSITIVE = []
  include Aws::Structure
end