Class: Aws::EntityResolution::Types::UpdateIdNamespaceInput

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

#descriptionString

The description of the ID namespace.

Returns:

  • (String)


2819
2820
2821
2822
2823
2824
2825
2826
2827
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2819

class UpdateIdNamespaceInput < Struct.new(
  :description,
  :id_mapping_workflow_properties,
  :id_namespace_name,
  :input_source_config,
  :role_arn)
  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.



2819
2820
2821
2822
2823
2824
2825
2826
2827
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2819

class UpdateIdNamespaceInput < Struct.new(
  :description,
  :id_mapping_workflow_properties,
  :id_namespace_name,
  :input_source_config,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#id_namespace_nameString

The name of the ID namespace.

Returns:

  • (String)


2819
2820
2821
2822
2823
2824
2825
2826
2827
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2819

class UpdateIdNamespaceInput < Struct.new(
  :description,
  :id_mapping_workflow_properties,
  :id_namespace_name,
  :input_source_config,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#input_source_configArray<Types::IdNamespaceInputSource>

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

Returns:



2819
2820
2821
2822
2823
2824
2825
2826
2827
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2819

class UpdateIdNamespaceInput < Struct.new(
  :description,
  :id_mapping_workflow_properties,
  :id_namespace_name,
  :input_source_config,
  :role_arn)
  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)


2819
2820
2821
2822
2823
2824
2825
2826
2827
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2819

class UpdateIdNamespaceInput < Struct.new(
  :description,
  :id_mapping_workflow_properties,
  :id_namespace_name,
  :input_source_config,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end