Class: Aws::EntityResolution::Types::SchemaMappingSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atTime

The timestamp of when the SchemaMapping was created.

Returns:

  • (Time)


3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 3040

class SchemaMappingSummary < Struct.new(
  :schema_name,
  :schema_arn,
  :created_at,
  :updated_at,
  :has_workflows)
  SENSITIVE = []
  include Aws::Structure
end

#has_workflowsBoolean

Specifies whether the schema mapping has been applied to a workflow.

Returns:

  • (Boolean)


3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 3040

class SchemaMappingSummary < Struct.new(
  :schema_name,
  :schema_arn,
  :created_at,
  :updated_at,
  :has_workflows)
  SENSITIVE = []
  include Aws::Structure
end

#schema_arnString

The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping.

Returns:

  • (String)


3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 3040

class SchemaMappingSummary < Struct.new(
  :schema_name,
  :schema_arn,
  :created_at,
  :updated_at,
  :has_workflows)
  SENSITIVE = []
  include Aws::Structure
end

#schema_nameString

The name of the schema.

Returns:

  • (String)


3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 3040

class SchemaMappingSummary < Struct.new(
  :schema_name,
  :schema_arn,
  :created_at,
  :updated_at,
  :has_workflows)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp of when the SchemaMapping was last updated.

Returns:

  • (Time)


3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 3040

class SchemaMappingSummary < Struct.new(
  :schema_name,
  :schema_arn,
  :created_at,
  :updated_at,
  :has_workflows)
  SENSITIVE = []
  include Aws::Structure
end