Module: Aws::EntityResolution::Client::_UpdateIdMappingWorkflowResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateIdMappingWorkflowOutput]
- 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
630 |
# File 'sig/client.rbs', line 630
def description: () -> ::String
|
#id_mapping_techniques ⇒ Types::IdMappingTechniques
633 |
# File 'sig/client.rbs', line 633
def id_mapping_techniques: () -> Types::IdMappingTechniques
|
#incremental_run_config ⇒ Types::IdMappingIncrementalRunConfig
634 |
# File 'sig/client.rbs', line 634
def incremental_run_config: () -> Types::IdMappingIncrementalRunConfig
|
#input_source_config ⇒ ::Array[Types::IdMappingWorkflowInputSource]
631 |
# File 'sig/client.rbs', line 631
def input_source_config: () -> ::Array[Types::IdMappingWorkflowInputSource]
|
#output_source_config ⇒ ::Array[Types::IdMappingWorkflowOutputSource]
632 |
# File 'sig/client.rbs', line 632
def output_source_config: () -> ::Array[Types::IdMappingWorkflowOutputSource]
|
#role_arn ⇒ ::String
635 |
# File 'sig/client.rbs', line 635
def role_arn: () -> ::String
|
#workflow_arn ⇒ ::String
629 |
# File 'sig/client.rbs', line 629
def workflow_arn: () -> ::String
|
#workflow_name ⇒ ::String
628 |
# File 'sig/client.rbs', line 628
def workflow_name: () -> ::String
|