Class: Aws::Types::CreateIdMappingWorkflowOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateIdMappingWorkflowOutput
- 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.
68 69 70 |
# File 'sig/types.rbs', line 68 def description @description end |
#id_mapping_techniques ⇒ Types::IdMappingTechniques
Returns the value of attribute id_mapping_techniques.
71 72 73 |
# File 'sig/types.rbs', line 71 def id_mapping_techniques @id_mapping_techniques end |
#incremental_run_config ⇒ Types::IdMappingIncrementalRunConfig
Returns the value of attribute incremental_run_config.
72 73 74 |
# File 'sig/types.rbs', line 72 def incremental_run_config @incremental_run_config end |
#input_source_config ⇒ ::Array[Types::IdMappingWorkflowInputSource]
Returns the value of attribute input_source_config.
69 70 71 |
# File 'sig/types.rbs', line 69 def input_source_config @input_source_config end |
#output_source_config ⇒ ::Array[Types::IdMappingWorkflowOutputSource]
Returns the value of attribute output_source_config.
70 71 72 |
# File 'sig/types.rbs', line 70 def output_source_config @output_source_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
73 74 75 |
# File 'sig/types.rbs', line 73 def role_arn @role_arn end |
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
67 68 69 |
# File 'sig/types.rbs', line 67 def workflow_arn @workflow_arn end |
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
66 67 68 |
# File 'sig/types.rbs', line 66 def workflow_name @workflow_name end |