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.
10681 10682 10683 |
# File 'sig/types.rbs', line 10681 def client_request_token @client_request_token end |
#parallelism_configuration ⇒ Types::ParallelismConfiguration
Returns the value of attribute parallelism_configuration.
10682 10683 10684 |
# File 'sig/types.rbs', line 10682 def parallelism_configuration @parallelism_configuration end |
#pipeline_execution_arn ⇒ ::String
Returns the value of attribute pipeline_execution_arn.
10680 10681 10682 |
# File 'sig/types.rbs', line 10680 def pipeline_execution_arn @pipeline_execution_arn end |