Class: Aws::Macie2::Types::SensitiveDataItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb

Overview

Provides information about the category, types, and occurrences of sensitive data that produced a sensitive data finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#categoryString

For a finding, the category of sensitive data that was detected and produced the finding. For a managed data identifier, the category of sensitive data that the managed data identifier detects. Possible values are:

Returns:

  • (String)


5719
5720
5721
5722
5723
5724
5725
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5719

class SensitiveDataItem < Struct.new(
  :category,
  :detections,
  :total_count)
  SENSITIVE = []
  include Aws::Structure
end

#detectionsArray<Types::DefaultDetection>

Provides information about sensitive data that was detected by managed data identifiers and produced a sensitive data finding, and the number of occurrences of each type of sensitive data that was detected.

Returns:



5719
5720
5721
5722
5723
5724
5725
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5719

class SensitiveDataItem < Struct.new(
  :category,
  :detections,
  :total_count)
  SENSITIVE = []
  include Aws::Structure
end

#total_countInteger

Returns:

  • (Integer)


5719
5720
5721
5722
5723
5724
5725
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5719

class SensitiveDataItem < Struct.new(
  :category,
  :detections,
  :total_count)
  SENSITIVE = []
  include Aws::Structure
end