Class: Aws::EntityResolution::Types::GetIdNamespaceOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when the ID namespace was created.

Returns:

  • (Time)


959
960
961
962
963
964
965
966
967
968
969
970
971
972
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 959

class GetIdNamespaceOutput < Struct.new(
  :created_at,
  :description,
  :id_mapping_workflow_properties,
  :id_namespace_arn,
  :id_namespace_name,
  :input_source_config,
  :role_arn,
  :tags,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the ID namespace.

Returns:

  • (String)


959
960
961
962
963
964
965
966
967
968
969
970
971
972
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 959

class GetIdNamespaceOutput < Struct.new(
  :created_at,
  :description,
  :id_mapping_workflow_properties,
  :id_namespace_arn,
  :id_namespace_name,
  :input_source_config,
  :role_arn,
  :tags,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#id_mapping_workflow_propertiesArray<Types::IdNamespaceIdMappingWorkflowProperties>

Determines the properties of IdMappingWorkflow where this IdNamespace can be used as a Source or a Target.



959
960
961
962
963
964
965
966
967
968
969
970
971
972
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 959

class GetIdNamespaceOutput < Struct.new(
  :created_at,
  :description,
  :id_mapping_workflow_properties,
  :id_namespace_arn,
  :id_namespace_name,
  :input_source_config,
  :role_arn,
  :tags,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#id_namespace_arnString

The Amazon Resource Name (ARN) of the ID namespace.

Returns:

  • (String)


959
960
961
962
963
964
965
966
967
968
969
970
971
972
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 959

class GetIdNamespaceOutput < Struct.new(
  :created_at,
  :description,
  :id_mapping_workflow_properties,
  :id_namespace_arn,
  :id_namespace_name,
  :input_source_config,
  :role_arn,
  :tags,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#id_namespace_nameString

The name of the ID namespace.

Returns:

  • (String)


959
960
961
962
963
964
965
966
967
968
969
970
971
972
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 959

class GetIdNamespaceOutput < Struct.new(
  :created_at,
  :description,
  :id_mapping_workflow_properties,
  :id_namespace_arn,
  :id_namespace_name,
  :input_source_config,
  :role_arn,
  :tags,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#input_source_configArray<Types::IdNamespaceInputSource>

A list of InputSource objects, which have the fields InputSourceARN and SchemaName.

Returns:



959
960
961
962
963
964
965
966
967
968
969
970
971
972
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 959

class GetIdNamespaceOutput < Struct.new(
  :created_at,
  :description,
  :id_mapping_workflow_properties,
  :id_namespace_arn,
  :id_namespace_name,
  :input_source_config,
  :role_arn,
  :tags,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access the resources defined in this IdNamespace on your behalf as part of a workflow run.

Returns:

  • (String)


959
960
961
962
963
964
965
966
967
968
969
970
971
972
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 959

class GetIdNamespaceOutput < Struct.new(
  :created_at,
  :description,
  :id_mapping_workflow_properties,
  :id_namespace_arn,
  :id_namespace_name,
  :input_source_config,
  :role_arn,
  :tags,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource.

Returns:

  • (Hash<String,String>)


959
960
961
962
963
964
965
966
967
968
969
970
971
972
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 959

class GetIdNamespaceOutput < Struct.new(
  :created_at,
  :description,
  :id_mapping_workflow_properties,
  :id_namespace_arn,
  :id_namespace_name,
  :input_source_config,
  :role_arn,
  :tags,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

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 to which all sourceIds will resolve to.

Returns:

  • (String)


959
960
961
962
963
964
965
966
967
968
969
970
971
972
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 959

class GetIdNamespaceOutput < Struct.new(
  :created_at,
  :description,
  :id_mapping_workflow_properties,
  :id_namespace_arn,
  :id_namespace_name,
  :input_source_config,
  :role_arn,
  :tags,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp of when the ID namespace was last updated.

Returns:

  • (Time)


959
960
961
962
963
964
965
966
967
968
969
970
971
972
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 959

class GetIdNamespaceOutput < Struct.new(
  :created_at,
  :description,
  :id_mapping_workflow_properties,
  :id_namespace_arn,
  :id_namespace_name,
  :input_source_config,
  :role_arn,
  :tags,
  :type,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end