Module: Aws::EntityResolution::Client::_CreateIdMappingWorkflowResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateIdMappingWorkflowOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #description ⇒ ::String
- #id_mapping_techniques ⇒ Types::IdMappingTechniques
- #incremental_run_config ⇒ Types::IdMappingIncrementalRunConfig
- #input_source_config ⇒ ::Array[Types::IdMappingWorkflowInputSource]
- #output_source_config ⇒ ::Array[Types::IdMappingWorkflowOutputSource]
- #role_arn ⇒ ::String
- #workflow_arn ⇒ ::String
- #workflow_name ⇒ ::String
Instance Method Details
#description ⇒ ::String
117 |
# File 'sig/client.rbs', line 117
def description: () -> ::String
|
#id_mapping_techniques ⇒ Types::IdMappingTechniques
120 |
# File 'sig/client.rbs', line 120
def id_mapping_techniques: () -> Types::IdMappingTechniques
|
#incremental_run_config ⇒ Types::IdMappingIncrementalRunConfig
121 |
# File 'sig/client.rbs', line 121
def incremental_run_config: () -> Types::IdMappingIncrementalRunConfig
|
#input_source_config ⇒ ::Array[Types::IdMappingWorkflowInputSource]
118 |
# File 'sig/client.rbs', line 118
def input_source_config: () -> ::Array[Types::IdMappingWorkflowInputSource]
|
#output_source_config ⇒ ::Array[Types::IdMappingWorkflowOutputSource]
119 |
# File 'sig/client.rbs', line 119
def output_source_config: () -> ::Array[Types::IdMappingWorkflowOutputSource]
|
#role_arn ⇒ ::String
122 |
# File 'sig/client.rbs', line 122
def role_arn: () -> ::String
|
#workflow_arn ⇒ ::String
116 |
# File 'sig/client.rbs', line 116
def workflow_arn: () -> ::String
|
#workflow_name ⇒ ::String
115 |
# File 'sig/client.rbs', line 115
def workflow_name: () -> ::String
|