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
- Struct
- Aws::CodePipeline::Types::PipelineSummary
- Defined in:
- (unknown)
Overview
Returns a summary of a pipeline.
Instance Attribute Summary collapse
-
#created ⇒ Time
The date and time the pipeline was created, in timestamp format.
-
#name ⇒ String
The name of the pipeline.
-
#updated ⇒ Time
The date and time of the last update to the pipeline, in timestamp format.
-
#version ⇒ Integer
The version number of the pipeline.
Instance Attribute Details
#created ⇒ Time
The date and time the pipeline was created, in timestamp format.
#name ⇒ String
The name of the pipeline.
#updated ⇒ Time
The date and time of the last update to the pipeline, in timestamp format.
#version ⇒ Integer
The version number of the pipeline.