Class: Aws::EntityResolution::Types::IdNamespaceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::IdNamespaceSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
A summary of ID namespaces.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp of when the ID namespace was created.
-
#description ⇒ String
The description of the ID namespace.
-
#id_mapping_workflow_properties ⇒ Array<Types::IdNamespaceIdMappingWorkflowMetadata>
An object which defines any additional configurations required by the ID mapping workflow.
-
#id_namespace_arn ⇒ String
The Amazon Resource Name (ARN) of the ID namespace.
-
#id_namespace_name ⇒ String
The name of the ID namespace.
-
#type ⇒ String
The type of ID namespace.
-
#updated_at ⇒ Time
The timestamp of when the ID namespace was last updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when the ID namespace was created.
1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1691 class IdNamespaceSummary < Struct.new( :created_at, :description, :id_mapping_workflow_properties, :id_namespace_arn, :id_namespace_name, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the ID namespace.
1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1691 class IdNamespaceSummary < Struct.new( :created_at, :description, :id_mapping_workflow_properties, :id_namespace_arn, :id_namespace_name, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#id_mapping_workflow_properties ⇒ Array<Types::IdNamespaceIdMappingWorkflowMetadata>
An object which defines any additional configurations required by the ID mapping workflow.
1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1691 class IdNamespaceSummary < Struct.new( :created_at, :description, :id_mapping_workflow_properties, :id_namespace_arn, :id_namespace_name, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#id_namespace_arn ⇒ String
The Amazon Resource Name (ARN) of the ID namespace.
1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1691 class IdNamespaceSummary < Struct.new( :created_at, :description, :id_mapping_workflow_properties, :id_namespace_arn, :id_namespace_name, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#id_namespace_name ⇒ String
The name of the ID namespace.
1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1691 class IdNamespaceSummary < Struct.new( :created_at, :description, :id_mapping_workflow_properties, :id_namespace_arn, :id_namespace_name, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of ID namespace. There are two types: ‘SOURCE` and `TARGET`.
The ‘SOURCE` contains configurations for `sourceId` data that will be processed in an ID mapping workflow.
The ‘TARGET` contains a configuration of `targetId` which all `sourceIds` will resolve to.
1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1691 class IdNamespaceSummary < Struct.new( :created_at, :description, :id_mapping_workflow_properties, :id_namespace_arn, :id_namespace_name, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp of when the ID namespace was last updated.
1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1691 class IdNamespaceSummary < Struct.new( :created_at, :description, :id_mapping_workflow_properties, :id_namespace_arn, :id_namespace_name, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |