Class: Aws::Macie2::Types::CustomDataIdentifierSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::CustomDataIdentifierSummary
- Defined in:
- gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
Overview
Provides information about a custom data identifier.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#arn ⇒ String
1665 1666 1667 1668 1669 1670 1671 1672 1673 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1665 class CustomDataIdentifierSummary < Struct.new( :arn, :created_at, :description, :id, :name) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
1665 1666 1667 1668 1669 1670 1671 1672 1673 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1665 class CustomDataIdentifierSummary < Struct.new( :arn, :created_at, :description, :id, :name) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
1665 1666 1667 1668 1669 1670 1671 1672 1673 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1665 class CustomDataIdentifierSummary < Struct.new( :arn, :created_at, :description, :id, :name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
1665 1666 1667 1668 1669 1670 1671 1672 1673 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1665 class CustomDataIdentifierSummary < Struct.new( :arn, :created_at, :description, :id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
1665 1666 1667 1668 1669 1670 1671 1672 1673 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1665 class CustomDataIdentifierSummary < Struct.new( :arn, :created_at, :description, :id, :name) SENSITIVE = [] include Aws::Structure end |