Class: Aws::CodePipeline::Types::PipelineMetadata

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

Overview

Information about a pipeline.

Instance Attribute Summary collapse

Instance Attribute Details

#createdTime

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

Returns:

  • (Time)


2204
2205
2206
2207
2208
2209
# File 'lib/aws-sdk-codepipeline/types.rb', line 2204

class PipelineMetadata < Struct.new(
  :pipeline_arn,
  :created,
  :updated)
  include Aws::Structure
end

#pipeline_arnString

The Amazon Resource Name (ARN) of the pipeline.

Returns:

  • (String)


2204
2205
2206
2207
2208
2209
# File 'lib/aws-sdk-codepipeline/types.rb', line 2204

class PipelineMetadata < Struct.new(
  :pipeline_arn,
  :created,
  :updated)
  include Aws::Structure
end

#updatedTime

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

Returns:

  • (Time)


2204
2205
2206
2207
2208
2209
# File 'lib/aws-sdk-codepipeline/types.rb', line 2204

class PipelineMetadata < Struct.new(
  :pipeline_arn,
  :created,
  :updated)
  include Aws::Structure
end