Class: Aws::Types::UpdateIdMappingWorkflowInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIdMappingWorkflowInput
- 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.
-
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
888 889 890 |
# File 'sig/types.rbs', line 888 def description @description end |
#id_mapping_techniques ⇒ Types::IdMappingTechniques
Returns the value of attribute id_mapping_techniques.
891 892 893 |
# File 'sig/types.rbs', line 891 def id_mapping_techniques @id_mapping_techniques end |
#incremental_run_config ⇒ Types::IdMappingIncrementalRunConfig
Returns the value of attribute incremental_run_config.
892 893 894 |
# File 'sig/types.rbs', line 892 def incremental_run_config @incremental_run_config end |
#input_source_config ⇒ ::Array[Types::IdMappingWorkflowInputSource]
Returns the value of attribute input_source_config.
889 890 891 |
# File 'sig/types.rbs', line 889 def input_source_config @input_source_config end |
#output_source_config ⇒ ::Array[Types::IdMappingWorkflowOutputSource]
Returns the value of attribute output_source_config.
890 891 892 |
# File 'sig/types.rbs', line 890 def output_source_config @output_source_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
893 894 895 |
# File 'sig/types.rbs', line 893 def role_arn @role_arn end |
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
887 888 889 |
# File 'sig/types.rbs', line 887 def workflow_name @workflow_name end |