Class: Aws::Macie2::Types::SuppressDataIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::SuppressDataIdentifier
- Defined in:
- gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
Overview
Specifies a custom data identifier or managed data identifier that detected a type of sensitive data to start excluding or including in an S3 bucket's sensitivity score.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
-
#type ⇒ String
The type of data identifier that detected a specific type of sensitive data in an S3 bucket.
Instance Attribute Details
#id ⇒ String
6233 6234 6235 6236 6237 6238 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6233 class SuppressDataIdentifier < Struct.new( :id, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of data identifier that detected a specific type of sensitive data in an S3 bucket. Possible values are:
6233 6234 6235 6236 6237 6238 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6233 class SuppressDataIdentifier < Struct.new( :id, :type) SENSITIVE = [] include Aws::Structure end |