Class: Aws::EntityResolution::Types::SchemaMappingSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::SchemaMappingSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
An object containing ‘SchemaName`, `SchemaArn`, `CreatedAt`, and`UpdatedAt`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp of when the ‘SchemaMapping` was 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 ‘SchemaMapping` was last updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when the ‘SchemaMapping` was created.
2766 2767 2768 2769 2770 2771 2772 2773 2774 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2766 class SchemaMappingSummary < Struct.new( :created_at, :has_workflows, :schema_arn, :schema_name, :updated_at) SENSITIVE = [] include Aws::Structure end |
#has_workflows ⇒ Boolean
Specifies whether the schema mapping has been applied to a workflow.
2766 2767 2768 2769 2770 2771 2772 2773 2774 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2766 class SchemaMappingSummary < Struct.new( :created_at, :has_workflows, :schema_arn, :schema_name, :updated_at) SENSITIVE = [] include Aws::Structure end |
#schema_arn ⇒ String
The ARN (Amazon Resource Name) that Entity Resolution generated for the ‘SchemaMapping`.
2766 2767 2768 2769 2770 2771 2772 2773 2774 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2766 class SchemaMappingSummary < Struct.new( :created_at, :has_workflows, :schema_arn, :schema_name, :updated_at) SENSITIVE = [] include Aws::Structure end |
#schema_name ⇒ String
The name of the schema.
2766 2767 2768 2769 2770 2771 2772 2773 2774 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2766 class SchemaMappingSummary < Struct.new( :created_at, :has_workflows, :schema_arn, :schema_name, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp of when the ‘SchemaMapping` was last updated.
2766 2767 2768 2769 2770 2771 2772 2773 2774 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2766 class SchemaMappingSummary < Struct.new( :created_at, :has_workflows, :schema_arn, :schema_name, :updated_at) SENSITIVE = [] include Aws::Structure end |