Class: Aws::EntityResolution::Types::UpdateIdNamespaceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::UpdateIdNamespaceInput
- Includes:
- Structure
- Defined in:
- 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 ‘IdMappingWorkflow` where this `IdNamespace` can be used as a `Source` or a `Target`.
-
#id_namespace_name ⇒ String
The name of the ID namespace.
-
#input_source_config ⇒ Array<Types::IdNamespaceInputSource>
A list of ‘InputSource` objects, which have the fields `InputSourceARN` and `SchemaName`.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role.
Instance Attribute Details
#description ⇒ String
The description of the ID namespace.
3007 3008 3009 3010 3011 3012 3013 3014 3015 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 3007 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_properties ⇒ Array<Types::IdNamespaceIdMappingWorkflowProperties>
Determines the properties of ‘IdMappingWorkflow` where this `IdNamespace` can be used as a `Source` or a `Target`.
3007 3008 3009 3010 3011 3012 3013 3014 3015 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 3007 class UpdateIdNamespaceInput < Struct.new( :description, :id_mapping_workflow_properties, :id_namespace_name, :input_source_config, :role_arn) SENSITIVE = [] include Aws::Structure end |
#id_namespace_name ⇒ String
The name of the ID namespace.
3007 3008 3009 3010 3011 3012 3013 3014 3015 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 3007 class UpdateIdNamespaceInput < Struct.new( :description, :id_mapping_workflow_properties, :id_namespace_name, :input_source_config, :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`.
3007 3008 3009 3010 3011 3012 3013 3014 3015 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 3007 class UpdateIdNamespaceInput < Struct.new( :description, :id_mapping_workflow_properties, :id_namespace_name, :input_source_config, :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.
3007 3008 3009 3010 3011 3012 3013 3014 3015 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 3007 class UpdateIdNamespaceInput < Struct.new( :description, :id_mapping_workflow_properties, :id_namespace_name, :input_source_config, :role_arn) SENSITIVE = [] include Aws::Structure end |