Class: Aws::SecurityHub::Types::SensitiveDataResult

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

Overview

Contains a detected instance of sensitive data that are based on built-in identifiers.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#categoryString

The category of sensitive data that was detected. For example, the category can indicate that the sensitive data involved credentials, financial information, or personal information.

Returns:

  • (String)


28370
28371
28372
28373
28374
28375
28376
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28370

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

#detectionsArray<Types::SensitiveDataDetections>

The list of detected instances of sensitive data.

Returns:



28370
28371
28372
28373
28374
28375
28376
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28370

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

#total_countInteger

The total number of occurrences of sensitive data.

Returns:

  • (Integer)


28370
28371
28372
28373
28374
28375
28376
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28370

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