Class: Aws::EntityResolution::Types::UpdateIdNamespaceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::UpdateIdNamespaceInput
- Defined in:
- gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the ID namespace.
-
#id_mapping_workflow_properties ⇒ Array<Types::IdNamespaceIdMappingWorkflowProperties>
Determines the properties of
IdMappingWorkflowwhere thisIdNamespacecan be used as aSourceor aTarget. -
#id_namespace_name ⇒ String
The name of the ID namespace.
-
#input_source_config ⇒ Array<Types::IdNamespaceInputSource>
A list of
InputSourceobjects, which have the fieldsInputSourceARNandSchemaName. -
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role.
Instance Attribute Details
#description ⇒ String
The description of the ID namespace.
3481 3482 3483 3484 3485 3486 3487 3488 3489 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 3481 class UpdateIdNamespaceInput < Struct.new( :id_namespace_name, :description, :input_source_config, :id_mapping_workflow_properties, :role_arn) SENSITIVE = [] include Aws::Structure end |
#id_mapping_workflow_properties ⇒ Array<Types::IdNamespaceIdMappingWorkflowProperties>
Determines the properties of IdMappingWorkflow where this
IdNamespace can be used as a Source or a Target.
3481 3482 3483 3484 3485 3486 3487 3488 3489 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 3481 class UpdateIdNamespaceInput < Struct.new( :id_namespace_name, :description, :input_source_config, :id_mapping_workflow_properties, :role_arn) SENSITIVE = [] include Aws::Structure end |
#id_namespace_name ⇒ String
The name of the ID namespace.
3481 3482 3483 3484 3485 3486 3487 3488 3489 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 3481 class UpdateIdNamespaceInput < Struct.new( :id_namespace_name, :description, :input_source_config, :id_mapping_workflow_properties, :role_arn) SENSITIVE = [] include Aws::Structure end |
#input_source_config ⇒ Array<Types::IdNamespaceInputSource>
A list of InputSource objects, which have the fields
InputSourceARN and SchemaName.
3481 3482 3483 3484 3485 3486 3487 3488 3489 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 3481 class UpdateIdNamespaceInput < Struct.new( :id_namespace_name, :description, :input_source_config, :id_mapping_workflow_properties, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
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.
3481 3482 3483 3484 3485 3486 3487 3488 3489 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 3481 class UpdateIdNamespaceInput < Struct.new( :id_namespace_name, :description, :input_source_config, :id_mapping_workflow_properties, :role_arn) SENSITIVE = [] include Aws::Structure end |