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

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

Overview

Information about 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)


3278
3279
3280
3281
3282
3283
3284
3285
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3278

class PipelineMetadata < Struct.new(
  :pipeline_arn,
  :created,
  :updated,
  :polling_disabled_at)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_arnString

The Amazon Resource Name (ARN) of the pipeline.

Returns:

  • (String)


3278
3279
3280
3281
3282
3283
3284
3285
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3278

class PipelineMetadata < Struct.new(
  :pipeline_arn,
  :created,
  :updated,
  :polling_disabled_at)
  SENSITIVE = []
  include Aws::Structure
end

#polling_disabled_atTime

The date and time that polling for source changes (periodic checks) was stopped for the pipeline, in timestamp format. You can migrate (update) a polling pipeline to use event-based change detection. For example, for a pipeline with a CodeCommit source, we recommend you migrate (update) your pipeline to use CloudWatch Events. To learn more, see Migrate polling pipelines to use event-based change detection in the CodePipeline User Guide.

Returns:

  • (Time)


3278
3279
3280
3281
3282
3283
3284
3285
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3278

class PipelineMetadata < Struct.new(
  :pipeline_arn,
  :created,
  :updated,
  :polling_disabled_at)
  SENSITIVE = []
  include Aws::Structure
end

#updatedTime

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

Returns:

  • (Time)


3278
3279
3280
3281
3282
3283
3284
3285
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3278

class PipelineMetadata < Struct.new(
  :pipeline_arn,
  :created,
  :updated,
  :polling_disabled_at)
  SENSITIVE = []
  include Aws::Structure
end