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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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.

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)


4483
4484
4485
4486
4487
4488
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4483

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

#idString

Returns:

  • (String)


4483
4484
4485
4486
4487
4488
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4483

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