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

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

Instance Attribute Details

#created_atTime

The timestamp of when the ‘SchemaMapping` was created.

Returns:

  • (Time)


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_workflowsBoolean

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

Returns:

  • (Boolean)


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_arnString

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

Returns:

  • (String)


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_nameString

The name of the schema.

Returns:

  • (String)


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_atTime

The timestamp of when the ‘SchemaMapping` was last updated.

Returns:

  • (Time)


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