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.
12381 12382 12383 |
# File 'sig/types.rbs', line 12381 def parallelism_configuration @parallelism_configuration end |
#pipeline_execution_arn ⇒ ::String
Returns the value of attribute pipeline_execution_arn.
12378 12379 12380 |
# File 'sig/types.rbs', line 12378 def pipeline_execution_arn @pipeline_execution_arn end |
#pipeline_execution_description ⇒ ::String
Returns the value of attribute pipeline_execution_description.
12379 12380 12381 |
# File 'sig/types.rbs', line 12379 def pipeline_execution_description @pipeline_execution_description end |
#pipeline_execution_display_name ⇒ ::String
Returns the value of attribute pipeline_execution_display_name.
12380 12381 12382 |
# File 'sig/types.rbs', line 12380 def pipeline_execution_display_name @pipeline_execution_display_name end |