class Aws::SecurityHub::Types::SensitiveDataDetections
The list of detected instances of sensitive data.
@note When making an API call, you may pass SensitiveDataDetections
data as a hash: { count: 1, type: "NonEmptyString", occurrences: { line_ranges: [ { start: 1, end: 1, start_column: 1, }, ], offset_ranges: [ { start: 1, end: 1, start_column: 1, }, ], pages: [ { page_number: 1, line_range: { start: 1, end: 1, start_column: 1, }, offset_range: { start: 1, end: 1, start_column: 1, }, }, ], records: [ { json_path: "NonEmptyString", record_index: 1, }, ], cells: [ { column: 1, row: 1, column_name: "NonEmptyString", cell_reference: "NonEmptyString", }, ], }, }
@!attribute [rw] count
The total number of occurrences of sensitive data that were detected. @return [Integer]
@!attribute [rw] type
The type of sensitive data that was detected. For example, the type might indicate that the data is an email address. @return [String]
@!attribute [rw] occurrences
Details about the sensitive data that was detected. @return [Types::Occurrences]
@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/SensitiveDataDetections AWS API Documentation
Constants
- SENSITIVE