Class: Aws::EntityResolution::Types::SchemaMappingSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EntityResolution::Types::SchemaMappingSummary
 
 
- Defined in:
 - gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb
 
Overview
An object containing schemaName, schemaArn, createdAt,
updatedAt, and hasWorkflows.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp of when the
SchemaMappingwas created. - 
  
    
      #has_workflows  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies whether the schema mapping has been applied to a workflow.
 - 
  
    
      #schema_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN (Amazon Resource Name) that Entity Resolution generated for the
SchemaMapping. - 
  
    
      #schema_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the schema.
 - 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp of when the
SchemaMappingwas last updated. 
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when the SchemaMapping was created.
      3159 3160 3161 3162 3163 3164 3165 3166 3167  | 
    
      # File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 3159 class SchemaMappingSummary < Struct.new( :schema_name, :schema_arn, :created_at, :updated_at, :has_workflows) SENSITIVE = [] include Aws::Structure end  | 
  
#has_workflows ⇒ Boolean
Specifies whether the schema mapping has been applied to a workflow.
      3159 3160 3161 3162 3163 3164 3165 3166 3167  | 
    
      # File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 3159 class SchemaMappingSummary < Struct.new( :schema_name, :schema_arn, :created_at, :updated_at, :has_workflows) SENSITIVE = [] include Aws::Structure end  | 
  
#schema_arn ⇒ String
The ARN (Amazon Resource Name) that Entity Resolution generated for
the SchemaMapping.
      3159 3160 3161 3162 3163 3164 3165 3166 3167  | 
    
      # File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 3159 class SchemaMappingSummary < Struct.new( :schema_name, :schema_arn, :created_at, :updated_at, :has_workflows) SENSITIVE = [] include Aws::Structure end  | 
  
#schema_name ⇒ String
The name of the schema.
      3159 3160 3161 3162 3163 3164 3165 3166 3167  | 
    
      # File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 3159 class SchemaMappingSummary < Struct.new( :schema_name, :schema_arn, :created_at, :updated_at, :has_workflows) SENSITIVE = [] include Aws::Structure end  | 
  
#updated_at ⇒ Time
The timestamp of when the SchemaMapping was last updated.
      3159 3160 3161 3162 3163 3164 3165 3166 3167  | 
    
      # File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 3159 class SchemaMappingSummary < Struct.new( :schema_name, :schema_arn, :created_at, :updated_at, :has_workflows) SENSITIVE = [] include Aws::Structure end  |