Class: Aws::Macie2::Types::CustomDataIdentifierSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::CustomDataIdentifierSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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
      1677 1678 1679 1680 1681 1682 1683 1684 1685  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 1677 class CustomDataIdentifierSummary < Struct.new( :arn, :created_at, :description, :id, :name) SENSITIVE = [] include Aws::Structure end  | 
  
#created_at ⇒ Time
      1677 1678 1679 1680 1681 1682 1683 1684 1685  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 1677 class CustomDataIdentifierSummary < Struct.new( :arn, :created_at, :description, :id, :name) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
      1677 1678 1679 1680 1681 1682 1683 1684 1685  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 1677 class CustomDataIdentifierSummary < Struct.new( :arn, :created_at, :description, :id, :name) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
      1677 1678 1679 1680 1681 1682 1683 1684 1685  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 1677 class CustomDataIdentifierSummary < Struct.new( :arn, :created_at, :description, :id, :name) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
      1677 1678 1679 1680 1681 1682 1683 1684 1685  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 1677 class CustomDataIdentifierSummary < Struct.new( :arn, :created_at, :description, :id, :name) SENSITIVE = [] include Aws::Structure end  |