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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#createdTime

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

Returns:

  • (Time)


3007
3008
3009
3010
3011
3012
3013
3014
# File 'lib/aws-sdk-codepipeline/types.rb', line 3007

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

#nameString

The name of the pipeline.

Returns:

  • (String)


3007
3008
3009
3010
3011
3012
3013
3014
# File 'lib/aws-sdk-codepipeline/types.rb', line 3007

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

#updatedTime

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

Returns:

  • (Time)


3007
3008
3009
3010
3011
3012
3013
3014
# File 'lib/aws-sdk-codepipeline/types.rb', line 3007

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

#versionInteger

The version number of the pipeline.

Returns:

  • (Integer)


3007
3008
3009
3010
3011
3012
3013
3014
# File 'lib/aws-sdk-codepipeline/types.rb', line 3007

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