Module: Aws::EntityResolution::Client::_GetIdMappingWorkflowResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetIdMappingWorkflowOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #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
- #tags ⇒ ::Hash[::String, ::String]
- #updated_at ⇒ ::Time
- #workflow_arn ⇒ ::String
- #workflow_name ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
332 |
# File 'sig/client.rbs', line 332
def created_at: () -> ::Time
|
#description ⇒ ::String
328 |
# File 'sig/client.rbs', line 328
def description: () -> ::String
|
#id_mapping_techniques ⇒ Types::IdMappingTechniques
331 |
# File 'sig/client.rbs', line 331
def id_mapping_techniques: () -> Types::IdMappingTechniques
|
#incremental_run_config ⇒ Types::IdMappingIncrementalRunConfig
334 |
# File 'sig/client.rbs', line 334
def incremental_run_config: () -> Types::IdMappingIncrementalRunConfig
|
#input_source_config ⇒ ::Array[Types::IdMappingWorkflowInputSource]
329 |
# File 'sig/client.rbs', line 329
def input_source_config: () -> ::Array[Types::IdMappingWorkflowInputSource]
|
#output_source_config ⇒ ::Array[Types::IdMappingWorkflowOutputSource]
330 |
# File 'sig/client.rbs', line 330
def output_source_config: () -> ::Array[Types::IdMappingWorkflowOutputSource]
|
#role_arn ⇒ ::String
335 |
# File 'sig/client.rbs', line 335
def role_arn: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
336 |
# File 'sig/client.rbs', line 336
def tags: () -> ::Hash[::String, ::String]
|
#updated_at ⇒ ::Time
333 |
# File 'sig/client.rbs', line 333
def updated_at: () -> ::Time
|
#workflow_arn ⇒ ::String
327 |
# File 'sig/client.rbs', line 327
def workflow_arn: () -> ::String
|
#workflow_name ⇒ ::String
326 |
# File 'sig/client.rbs', line 326
def workflow_name: () -> ::String
|