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

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

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)


2232
2233
2234
2235
2236
2237
2238
# File 'lib/aws-sdk-codepipeline/types.rb', line 2232

class PipelineSummary < Struct.new(
  :name,
  :version,
  :created,
  :updated)
  include Aws::Structure
end

#nameString

The name of the pipeline.

Returns:

  • (String)


2232
2233
2234
2235
2236
2237
2238
# File 'lib/aws-sdk-codepipeline/types.rb', line 2232

class PipelineSummary < Struct.new(
  :name,
  :version,
  :created,
  :updated)
  include Aws::Structure
end

#updatedTime

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

Returns:

  • (Time)


2232
2233
2234
2235
2236
2237
2238
# File 'lib/aws-sdk-codepipeline/types.rb', line 2232

class PipelineSummary < Struct.new(
  :name,
  :version,
  :created,
  :updated)
  include Aws::Structure
end

#versionInteger

The version number of the pipeline.

Returns:

  • (Integer)


2232
2233
2234
2235
2236
2237
2238
# File 'lib/aws-sdk-codepipeline/types.rb', line 2232

class PipelineSummary < Struct.new(
  :name,
  :version,
  :created,
  :updated)
  include Aws::Structure
end