Class: Aws::Macie2::Types::ManagedDataIdentifierSummary

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

Overview

Provides information about a managed data identifier. For additional information, see [Using managed data identifiers] in the *Amazon Macie User Guide*.

[1]: docs.aws.amazon.com/macie/latest/user/managed-data-identifiers.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#categoryString

For a finding, the category of sensitive data that was detected and produced the finding. For a managed data identifier, the category of sensitive data that the managed data identifier detects. Possible values are:

Returns:

  • (String)


4616
4617
4618
4619
4620
4621
# File 'lib/aws-sdk-macie2/types.rb', line 4616

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

#idString

Returns:

  • (String)


4616
4617
4618
4619
4620
4621
# File 'lib/aws-sdk-macie2/types.rb', line 4616

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