Class: Aws::Macie2::Types::CustomDataIdentifiers

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

Overview

Provides information about custom data identifiers that produced a sensitive data finding, and the number of occurrences of the data that they detected for the finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detectionsArray<Types::CustomDetection>

Provides information about custom data identifiers that produced a sensitive data finding, and the number of occurrences of the data that each identifier detected.

Returns:



1607
1608
1609
1610
1611
1612
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1607

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

#total_countInteger

Returns:

  • (Integer)


1607
1608
1609
1610
1611
1612
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1607

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