Class: Aws::CodePipeline::Types::StartPipelineExecutionInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codepipeline/types.rb

Overview

Represents the input of a ‘StartPipelineExecution` action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

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.

Returns:

  • (String)


3657
3658
3659
3660
3661
3662
# File 'lib/aws-sdk-codepipeline/types.rb', line 3657

class StartPipelineExecutionInput < Struct.new(
  :name,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the pipeline to start.

Returns:

  • (String)


3657
3658
3659
3660
3661
3662
# File 'lib/aws-sdk-codepipeline/types.rb', line 3657

class StartPipelineExecutionInput < Struct.new(
  :name,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end