Class: Aws::Macie2::Types::DetectedDataDetails

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

Overview

Specifies 1-10 occurrences of a specific type of sensitive data reported by a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#valueString

Returns:

  • (String)


2019
2020
2021
2022
2023
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2019

class DetectedDataDetails < Struct.new(
  :value)
  SENSITIVE = []
  include Aws::Structure
end