Class: Aws::Types::RetryPipelineExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::RetryPipelineExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#parallelism_configuration ⇒ Types::ParallelismConfiguration
Returns the value of attribute parallelism_configuration.
-
#pipeline_execution_arn ⇒ ::String
Returns the value of attribute pipeline_execution_arn.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
10599 10600 10601 |
# File 'sig/types.rbs', line 10599 def client_request_token @client_request_token end |
#parallelism_configuration ⇒ Types::ParallelismConfiguration
Returns the value of attribute parallelism_configuration.
10600 10601 10602 |
# File 'sig/types.rbs', line 10600 def parallelism_configuration @parallelism_configuration end |
#pipeline_execution_arn ⇒ ::String
Returns the value of attribute pipeline_execution_arn.
10598 10599 10600 |
# File 'sig/types.rbs', line 10598 def pipeline_execution_arn @pipeline_execution_arn end |