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.
12459 12460 12461 |
# File 'sig/types.rbs', line 12459 def parallelism_configuration @parallelism_configuration end |
#pipeline_execution_arn ⇒ ::String
Returns the value of attribute pipeline_execution_arn.
12456 12457 12458 |
# File 'sig/types.rbs', line 12456 def pipeline_execution_arn @pipeline_execution_arn end |
#pipeline_execution_description ⇒ ::String
Returns the value of attribute pipeline_execution_description.
12457 12458 12459 |
# File 'sig/types.rbs', line 12457 def pipeline_execution_description @pipeline_execution_description end |
#pipeline_execution_display_name ⇒ ::String
Returns the value of attribute pipeline_execution_display_name.
12458 12459 12460 |
# File 'sig/types.rbs', line 12458 def pipeline_execution_display_name @pipeline_execution_display_name end |