You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodePipeline::Types::PipelineSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returns a summary of a pipeline.

Instance Attribute Summary collapse

Instance Attribute Details

#created ⇒ Time

The date and time the pipeline was created, in timestamp format.

Returns:

  • (Time) —

    The date and time the pipeline was created, in timestamp format.

#name ⇒ String

The name of the pipeline.

Returns:

  • (String) —

    The name of the pipeline.

#updated ⇒ Time

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

Returns:

  • (Time) —

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

#version ⇒ Integer

The version number of the pipeline.

Returns:

  • (Integer) —

    The version number of the pipeline.