Class: Aws::Types::GetMatchingWorkflowOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetMatchingWorkflowOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
-
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
343 344 345 |
# File 'sig/types.rbs', line 343 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
339 340 341 |
# File 'sig/types.rbs', line 339 def description @description end |
#incremental_run_config ⇒ Types::IncrementalRunConfig
Returns the value of attribute incremental_run_config.
345 346 347 |
# File 'sig/types.rbs', line 345 def incremental_run_config @incremental_run_config end |
#input_source_config ⇒ ::Array[Types::InputSource]
Returns the value of attribute input_source_config.
340 341 342 |
# File 'sig/types.rbs', line 340 def input_source_config @input_source_config end |
#output_source_config ⇒ ::Array[Types::OutputSource]
Returns the value of attribute output_source_config.
341 342 343 |
# File 'sig/types.rbs', line 341 def output_source_config @output_source_config end |
#resolution_techniques ⇒ Types::ResolutionTechniques
Returns the value of attribute resolution_techniques.
342 343 344 |
# File 'sig/types.rbs', line 342 def resolution_techniques @resolution_techniques end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
346 347 348 |
# File 'sig/types.rbs', line 346 def role_arn @role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
347 348 349 |
# File 'sig/types.rbs', line 347 def @tags end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
344 345 346 |
# File 'sig/types.rbs', line 344 def updated_at @updated_at end |
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
338 339 340 |
# File 'sig/types.rbs', line 338 def workflow_arn @workflow_arn end |
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
337 338 339 |
# File 'sig/types.rbs', line 337 def workflow_name @workflow_name end |