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

#createdTime

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

Returns:

  • (Time)

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

#nameString

The name of the pipeline.

Returns:

  • (String)

    The name of the pipeline.

#updatedTime

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.

#versionInteger

The version number of the pipeline.

Returns:

  • (Integer)

    The version number of the pipeline.