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)


5867
5868
5869
5870
5871
5872
5873
# File 'lib/aws-sdk-macie2/types.rb', line 5867

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:



5867
5868
5869
5870
5871
5872
5873
# File 'lib/aws-sdk-macie2/types.rb', line 5867

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

#total_countInteger

Returns:

  • (Integer)


5867
5868
5869
5870
5871
5872
5873
# File 'lib/aws-sdk-macie2/types.rb', line 5867

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