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

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


29574
29575
29576
29577
29578
29579
29580
# File 'lib/aws-sdk-securityhub/types.rb', line 29574

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

#occurrencesTypes::Occurrences

Details about the sensitive data that was detected.

Returns:



29574
29575
29576
29577
29578
29579
29580
# File 'lib/aws-sdk-securityhub/types.rb', line 29574

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)


29574
29575
29576
29577
29578
29579
29580
# File 'lib/aws-sdk-securityhub/types.rb', line 29574

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