Module: Aws::EntityResolution::Client::_GetMatchingWorkflowResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMatchingWorkflowOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #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
- #tags ⇒ ::Hash[::String, ::String]
- #updated_at ⇒ ::Time
- #workflow_arn ⇒ ::String
- #workflow_name ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
401 |
# File 'sig/client.rbs', line 401
def created_at: () -> ::Time
|
#description ⇒ ::String
397 |
# File 'sig/client.rbs', line 397
def description: () -> ::String
|
#incremental_run_config ⇒ Types::IncrementalRunConfig
403 |
# File 'sig/client.rbs', line 403
def incremental_run_config: () -> Types::IncrementalRunConfig
|
#input_source_config ⇒ ::Array[Types::InputSource]
398 |
# File 'sig/client.rbs', line 398
def input_source_config: () -> ::Array[Types::InputSource]
|
#output_source_config ⇒ ::Array[Types::OutputSource]
399 |
# File 'sig/client.rbs', line 399
def output_source_config: () -> ::Array[Types::OutputSource]
|
#resolution_techniques ⇒ Types::ResolutionTechniques
400 |
# File 'sig/client.rbs', line 400
def resolution_techniques: () -> Types::ResolutionTechniques
|
#role_arn ⇒ ::String
404 |
# File 'sig/client.rbs', line 404
def role_arn: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
405 |
# File 'sig/client.rbs', line 405
def tags: () -> ::Hash[::String, ::String]
|
#updated_at ⇒ ::Time
402 |
# File 'sig/client.rbs', line 402
def updated_at: () -> ::Time
|
#workflow_arn ⇒ ::String
396 |
# File 'sig/client.rbs', line 396
def workflow_arn: () -> ::String
|
#workflow_name ⇒ ::String
395 |
# File 'sig/client.rbs', line 395
def workflow_name: () -> ::String
|