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

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


2114
2115
2116
2117
2118
# File 'lib/aws-sdk-macie2/types.rb', line 2114

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