Class: Aws::Types::StopPipelineExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopPipelineExecutionRequest
- 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.
-
#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.
11177 11178 11179 |
# File 'sig/types.rbs', line 11177 def client_request_token @client_request_token end |
#pipeline_execution_arn ⇒ ::String
Returns the value of attribute pipeline_execution_arn.
11176 11177 11178 |
# File 'sig/types.rbs', line 11176 def pipeline_execution_arn @pipeline_execution_arn end |