Class: Aws::SecurityHub::Types::CustomDataIdentifiersResult

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

Overview

Contains an instance of sensitive data that was detected by a customer-defined identifier.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detectionsArray<Types::CustomDataIdentifiersDetections>

The list of detected instances of sensitive data.



23822
23823
23824
23825
23826
23827
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23822

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

#total_countInteger

The total number of occurrences of sensitive data.

Returns:

  • (Integer)


23822
23823
23824
23825
23826
23827
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23822

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