Class: Aws::Macie2::Types::ManagedDataIdentifierSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::ManagedDataIdentifierSummary
- 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
-
#category ⇒ String
For a finding, the category of sensitive data that was detected and produced the finding.
- #id ⇒ String
Instance Attribute Details
#category ⇒ String
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:
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 |
#id ⇒ 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 |