class Aws::CodePipeline::Types::StartPipelineExecutionInput

Represents the input of a `StartPipelineExecution` action.

@note When making an API call, you may pass StartPipelineExecutionInput

data as a hash:

    {
      name: "PipelineName", # required
      client_request_token: "ClientRequestToken",
    }

@!attribute [rw] name

The name of the pipeline to start.
@return [String]

@!attribute [rw] client_request_token

The system-generated unique ID used to identify a unique execution
request.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/StartPipelineExecutionInput AWS API Documentation

Constants

SENSITIVE