Class: Aws::Macie2::Types::DetectedDataDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::DetectedDataDetails
- 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
#value ⇒ 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 |