Class: Aws::SecurityHub::Types::CustomDataIdentifiersDetections

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

#arnString

The ARN of the custom identifier that was used to detect the sensitive data.

Returns:

  • (String)


23800
23801
23802
23803
23804
23805
23806
23807
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23800

class CustomDataIdentifiersDetections < Struct.new(
  :count,
  :arn,
  :name,
  :occurrences)
  SENSITIVE = []
  include Aws::Structure
end

#countInteger

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

Returns:

  • (Integer)


23800
23801
23802
23803
23804
23805
23806
23807
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23800

class CustomDataIdentifiersDetections < Struct.new(
  :count,
  :arn,
  :name,
  :occurrences)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

he name of the custom identifier that detected the sensitive data.

Returns:

  • (String)


23800
23801
23802
23803
23804
23805
23806
23807
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23800

class CustomDataIdentifiersDetections < Struct.new(
  :count,
  :arn,
  :name,
  :occurrences)
  SENSITIVE = []
  include Aws::Structure
end

#occurrencesTypes::Occurrences

Details about the sensitive data that was detected.

Returns:



23800
23801
23802
23803
23804
23805
23806
23807
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23800

class CustomDataIdentifiersDetections < Struct.new(
  :count,
  :arn,
  :name,
  :occurrences)
  SENSITIVE = []
  include Aws::Structure
end