Class: Aws::Macie2::Types::SuppressDataIdentifier

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idString

Returns:

  • (String)


6098
6099
6100
6101
6102
6103
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6098

class SuppressDataIdentifier < Struct.new(
  :id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of data identifier that detected a specific type of sensitive data in an S3 bucket. Possible values are:

Returns:

  • (String)


6098
6099
6100
6101
6102
6103
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6098

class SuppressDataIdentifier < Struct.new(
  :id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end