Class: Aws::Types::UpdateIdMappingWorkflowOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIdMappingWorkflowOutput
- 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_arn ⇒ ::String
Returns the value of attribute workflow_arn.
-
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
900 901 902 |
# File 'sig/types.rbs', line 900 def description @description end |
#id_mapping_techniques ⇒ Types::IdMappingTechniques
Returns the value of attribute id_mapping_techniques.
903 904 905 |
# File 'sig/types.rbs', line 903 def id_mapping_techniques @id_mapping_techniques end |
#incremental_run_config ⇒ Types::IdMappingIncrementalRunConfig
Returns the value of attribute incremental_run_config.
904 905 906 |
# File 'sig/types.rbs', line 904 def incremental_run_config @incremental_run_config end |
#input_source_config ⇒ ::Array[Types::IdMappingWorkflowInputSource]
Returns the value of attribute input_source_config.
901 902 903 |
# File 'sig/types.rbs', line 901 def input_source_config @input_source_config end |
#output_source_config ⇒ ::Array[Types::IdMappingWorkflowOutputSource]
Returns the value of attribute output_source_config.
902 903 904 |
# File 'sig/types.rbs', line 902 def output_source_config @output_source_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
905 906 907 |
# File 'sig/types.rbs', line 905 def role_arn @role_arn end |
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
899 900 901 |
# File 'sig/types.rbs', line 899 def workflow_arn @workflow_arn end |
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
898 899 900 |
# File 'sig/types.rbs', line 898 def workflow_name @workflow_name end |