Module: Aws::EntityResolution::Client::_CreateMatchingWorkflowResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateMatchingWorkflowOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #description ⇒ ::String
- #incremental_run_config ⇒ Types::IncrementalRunConfig
- #input_source_config ⇒ ::Array[Types::InputSource]
- #output_source_config ⇒ ::Array[Types::OutputSource]
- #resolution_techniques ⇒ Types::ResolutionTechniques
- #role_arn ⇒ ::String
- #workflow_arn ⇒ ::String
- #workflow_name ⇒ ::String
Instance Method Details
#description ⇒ ::String
186 |
# File 'sig/client.rbs', line 186
def description: () -> ::String
|
#incremental_run_config ⇒ Types::IncrementalRunConfig
190 |
# File 'sig/client.rbs', line 190
def incremental_run_config: () -> Types::IncrementalRunConfig
|
#input_source_config ⇒ ::Array[Types::InputSource]
187 |
# File 'sig/client.rbs', line 187
def input_source_config: () -> ::Array[Types::InputSource]
|
#output_source_config ⇒ ::Array[Types::OutputSource]
188 |
# File 'sig/client.rbs', line 188
def output_source_config: () -> ::Array[Types::OutputSource]
|
#resolution_techniques ⇒ Types::ResolutionTechniques
189 |
# File 'sig/client.rbs', line 189
def resolution_techniques: () -> Types::ResolutionTechniques
|
#role_arn ⇒ ::String
191 |
# File 'sig/client.rbs', line 191
def role_arn: () -> ::String
|
#workflow_arn ⇒ ::String
185 |
# File 'sig/client.rbs', line 185
def workflow_arn: () -> ::String
|
#workflow_name ⇒ ::String
184 |
# File 'sig/client.rbs', line 184
def workflow_name: () -> ::String
|