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
show all
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

Instance Attribute Details

#client_request_tokenString

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

Returns:

  • (String)

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

#nameString

The name of the pipeline to start.

Returns:

  • (String)

    The name of the pipeline to start.