Class: Aws::SecurityHub::Types::SensitiveDataDetections

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

Overview

The list of detected instances of sensitive data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The total number of occurrences of sensitive data that were detected.

Returns:

  • (Integer)


29388
29389
29390
29391
29392
29393
29394
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29388

class SensitiveDataDetections < Struct.new(
  :count,
  :type,
  :occurrences)
  SENSITIVE = []
  include Aws::Structure
end

#occurrencesTypes::Occurrences

Details about the sensitive data that was detected.

Returns:



29388
29389
29390
29391
29392
29393
29394
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29388

class SensitiveDataDetections < Struct.new(
  :count,
  :type,
  :occurrences)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of sensitive data that was detected. For example, the type might indicate that the data is an email address.

Returns:

  • (String)


29388
29389
29390
29391
29392
29393
29394
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29388

class SensitiveDataDetections < Struct.new(
  :count,
  :type,
  :occurrences)
  SENSITIVE = []
  include Aws::Structure
end