Class: Aws::Types::UpdatePipelineExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePipelineExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#parallelism_configuration ⇒ Types::ParallelismConfiguration
Returns the value of attribute parallelism_configuration.
-
#pipeline_execution_arn ⇒ ::String
Returns the value of attribute pipeline_execution_arn.
-
#pipeline_execution_description ⇒ ::String
Returns the value of attribute pipeline_execution_description.
-
#pipeline_execution_display_name ⇒ ::String
Returns the value of attribute pipeline_execution_display_name.
Instance Attribute Details
#parallelism_configuration ⇒ Types::ParallelismConfiguration
Returns the value of attribute parallelism_configuration.
12398 12399 12400 |
# File 'sig/types.rbs', line 12398 def parallelism_configuration @parallelism_configuration end |
#pipeline_execution_arn ⇒ ::String
Returns the value of attribute pipeline_execution_arn.
12395 12396 12397 |
# File 'sig/types.rbs', line 12395 def pipeline_execution_arn @pipeline_execution_arn end |
#pipeline_execution_description ⇒ ::String
Returns the value of attribute pipeline_execution_description.
12396 12397 12398 |
# File 'sig/types.rbs', line 12396 def pipeline_execution_description @pipeline_execution_description end |
#pipeline_execution_display_name ⇒ ::String
Returns the value of attribute pipeline_execution_display_name.
12397 12398 12399 |
# File 'sig/types.rbs', line 12397 def pipeline_execution_display_name @pipeline_execution_display_name end |