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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


5857
5858
5859
5860
5861
5862
5863
# File 'lib/aws-sdk-macie2/types.rb', line 5857

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:



5857
5858
5859
5860
5861
5862
5863
# File 'lib/aws-sdk-macie2/types.rb', line 5857

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

#total_countInteger

Returns:

  • (Integer)


5857
5858
5859
5860
5861
5862
5863
# File 'lib/aws-sdk-macie2/types.rb', line 5857

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