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.
10606 10607 10608 |
# File 'sig/types.rbs', line 10606 def client_request_token @client_request_token end |
#parallelism_configuration ⇒ Types::ParallelismConfiguration
Returns the value of attribute parallelism_configuration.
10607 10608 10609 |
# File 'sig/types.rbs', line 10607 def parallelism_configuration @parallelism_configuration end |
#pipeline_execution_arn ⇒ ::String
Returns the value of attribute pipeline_execution_arn.
10605 10606 10607 |
# File 'sig/types.rbs', line 10605 def pipeline_execution_arn @pipeline_execution_arn end |