You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodePipeline::Types::StartPipelineExecutionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::StartPipelineExecutionInput
- Defined in:
- (unknown)
Overview
Note:
When passing StartPipelineExecutionInput as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "PipelineName", # required
client_request_token: "ClientRequestToken",
}
Represents the input of a StartPipelineExecution
action.
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
The system-generated unique ID used to identify a unique execution request.
-
#name ⇒ String
The name of the pipeline to start.
Instance Attribute Details
#client_request_token ⇒ String
The system-generated unique ID used to identify a unique execution request.
#name ⇒ String
The name of the pipeline to start.