Class: Aws::CodePipeline::Types::GetPipelineExecutionInput

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

Overview

Represents the input of a ‘GetPipelineExecution` action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_execution_idString

The ID of the pipeline execution about which you want to get execution details.

Returns:

  • (String)


1838
1839
1840
1841
1842
1843
# File 'lib/aws-sdk-codepipeline/types.rb', line 1838

class GetPipelineExecutionInput < Struct.new(
  :pipeline_name,
  :pipeline_execution_id)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_nameString

The name of the pipeline about which you want to get execution details.

Returns:

  • (String)


1838
1839
1840
1841
1842
1843
# File 'lib/aws-sdk-codepipeline/types.rb', line 1838

class GetPipelineExecutionInput < Struct.new(
  :pipeline_name,
  :pipeline_execution_id)
  SENSITIVE = []
  include Aws::Structure
end