Class: Aws::CodePipeline::Types::PipelineExecutionSummary

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

Overview

Summary information about a pipeline execution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_modeString

The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.

Returns:

  • (String)


3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3234

class PipelineExecutionSummary < Struct.new(
  :pipeline_execution_id,
  :status,
  :start_time,
  :last_update_time,
  :source_revisions,
  :trigger,
  :stop_trigger,
  :execution_mode)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_timeTime

The date and time of the last change to the pipeline execution, in timestamp format.

Returns:

  • (Time)


3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3234

class PipelineExecutionSummary < Struct.new(
  :pipeline_execution_id,
  :status,
  :start_time,
  :last_update_time,
  :source_revisions,
  :trigger,
  :stop_trigger,
  :execution_mode)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_execution_idString

The ID of the pipeline execution.

Returns:

  • (String)


3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3234

class PipelineExecutionSummary < Struct.new(
  :pipeline_execution_id,
  :status,
  :start_time,
  :last_update_time,
  :source_revisions,
  :trigger,
  :stop_trigger,
  :execution_mode)
  SENSITIVE = []
  include Aws::Structure
end

#source_revisionsArray<Types::SourceRevision>

A list of the source artifact revisions that initiated a pipeline execution.

Returns:



3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3234

class PipelineExecutionSummary < Struct.new(
  :pipeline_execution_id,
  :status,
  :start_time,
  :last_update_time,
  :source_revisions,
  :trigger,
  :stop_trigger,
  :execution_mode)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The date and time when the pipeline execution began, in timestamp format.

Returns:

  • (Time)


3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3234

class PipelineExecutionSummary < Struct.new(
  :pipeline_execution_id,
  :status,
  :start_time,
  :last_update_time,
  :source_revisions,
  :trigger,
  :stop_trigger,
  :execution_mode)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the pipeline execution.

  • InProgress: The pipeline execution is currently running.

  • Stopped: The pipeline execution was manually stopped. For more information, see Stopped Executions.

  • Stopping: The pipeline execution received a request to be manually stopped. Depending on the selected stop mode, the execution is either completing or abandoning in-progress actions. For more information, see Stopped Executions.

  • Succeeded: The pipeline execution was completed successfully.

  • Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead. For more information, see Superseded Executions.

  • Failed: The pipeline execution was not completed successfully.

Returns:

  • (String)


3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3234

class PipelineExecutionSummary < Struct.new(
  :pipeline_execution_id,
  :status,
  :start_time,
  :last_update_time,
  :source_revisions,
  :trigger,
  :stop_trigger,
  :execution_mode)
  SENSITIVE = []
  include Aws::Structure
end

#stop_triggerTypes::StopExecutionTrigger

The interaction that stopped a pipeline execution.



3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3234

class PipelineExecutionSummary < Struct.new(
  :pipeline_execution_id,
  :status,
  :start_time,
  :last_update_time,
  :source_revisions,
  :trigger,
  :stop_trigger,
  :execution_mode)
  SENSITIVE = []
  include Aws::Structure
end

#triggerTypes::ExecutionTrigger

The interaction or event that started a pipeline execution, such as automated change detection or a StartPipelineExecution API call.



3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3234

class PipelineExecutionSummary < Struct.new(
  :pipeline_execution_id,
  :status,
  :start_time,
  :last_update_time,
  :source_revisions,
  :trigger,
  :stop_trigger,
  :execution_mode)
  SENSITIVE = []
  include Aws::Structure
end