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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codepipeline/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)


1883
1884
1885
1886
1887
1888
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1883

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)


1883
1884
1885
1886
1887
1888
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1883

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