Class: Aws::Types::CreateIdMappingWorkflowInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateIdMappingWorkflowInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id_mapping_techniques ⇒ Types::IdMappingTechniques
Returns the value of attribute id_mapping_techniques.
-
#incremental_run_config ⇒ Types::IdMappingIncrementalRunConfig
Returns the value of attribute incremental_run_config.
-
#input_source_config ⇒ ::Array[Types::IdMappingWorkflowInputSource]
Returns the value of attribute input_source_config.
-
#output_source_config ⇒ ::Array[Types::IdMappingWorkflowOutputSource]
Returns the value of attribute output_source_config.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
55 56 57 |
# File 'sig/types.rbs', line 55 def description @description end |
#id_mapping_techniques ⇒ Types::IdMappingTechniques
Returns the value of attribute id_mapping_techniques.
58 59 60 |
# File 'sig/types.rbs', line 58 def id_mapping_techniques @id_mapping_techniques end |
#incremental_run_config ⇒ Types::IdMappingIncrementalRunConfig
Returns the value of attribute incremental_run_config.
59 60 61 |
# File 'sig/types.rbs', line 59 def incremental_run_config @incremental_run_config end |
#input_source_config ⇒ ::Array[Types::IdMappingWorkflowInputSource]
Returns the value of attribute input_source_config.
56 57 58 |
# File 'sig/types.rbs', line 56 def input_source_config @input_source_config end |
#output_source_config ⇒ ::Array[Types::IdMappingWorkflowOutputSource]
Returns the value of attribute output_source_config.
57 58 59 |
# File 'sig/types.rbs', line 57 def output_source_config @output_source_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
60 61 62 |
# File 'sig/types.rbs', line 60 def role_arn @role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
61 62 63 |
# File 'sig/types.rbs', line 61 def @tags end |
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
54 55 56 |
# File 'sig/types.rbs', line 54 def workflow_name @workflow_name end |