Class: Aws::Types::CreateMatchingWorkflowOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateMatchingWorkflowOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#incremental_run_config ⇒ Types::IncrementalRunConfig
Returns the value of attribute incremental_run_config.
-
#input_source_config ⇒ ::Array[Types::InputSource]
Returns the value of attribute input_source_config.
-
#output_source_config ⇒ ::Array[Types::OutputSource]
Returns the value of attribute output_source_config.
-
#resolution_techniques ⇒ Types::ResolutionTechniques
Returns the value of attribute resolution_techniques.
-
#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.
117 118 119 |
# File 'sig/types.rbs', line 117 def description @description end |
#incremental_run_config ⇒ Types::IncrementalRunConfig
Returns the value of attribute incremental_run_config.
121 122 123 |
# File 'sig/types.rbs', line 121 def incremental_run_config @incremental_run_config end |
#input_source_config ⇒ ::Array[Types::InputSource]
Returns the value of attribute input_source_config.
118 119 120 |
# File 'sig/types.rbs', line 118 def input_source_config @input_source_config end |
#output_source_config ⇒ ::Array[Types::OutputSource]
Returns the value of attribute output_source_config.
119 120 121 |
# File 'sig/types.rbs', line 119 def output_source_config @output_source_config end |
#resolution_techniques ⇒ Types::ResolutionTechniques
Returns the value of attribute resolution_techniques.
120 121 122 |
# File 'sig/types.rbs', line 120 def resolution_techniques @resolution_techniques end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
122 123 124 |
# File 'sig/types.rbs', line 122 def role_arn @role_arn end |
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
116 117 118 |
# File 'sig/types.rbs', line 116 def workflow_arn @workflow_arn end |
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
115 116 117 |
# File 'sig/types.rbs', line 115 def workflow_name @workflow_name end |