Class: Aws::CodePipeline::Types::PipelineMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::PipelineMetadata
- 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
-
#created ⇒ Time
The date and time the pipeline was created, in timestamp format.
-
#pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline.
-
#updated ⇒ Time
The date and time the pipeline was last updated, in timestamp format.
Instance Attribute Details
#created ⇒ Time
The date and time the pipeline was created, in timestamp format.
3594 3595 3596 3597 3598 3599 3600 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3594 class PipelineMetadata < Struct.new( :pipeline_arn, :created, :updated) SENSITIVE = [] include Aws::Structure end |
#pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline.
3594 3595 3596 3597 3598 3599 3600 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3594 class PipelineMetadata < Struct.new( :pipeline_arn, :created, :updated) SENSITIVE = [] include Aws::Structure end |
#updated ⇒ Time
The date and time the pipeline was last updated, in timestamp format.
3594 3595 3596 3597 3598 3599 3600 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3594 class PipelineMetadata < Struct.new( :pipeline_arn, :created, :updated) SENSITIVE = [] include Aws::Structure end |