PipelineMetadata class

Information about a pipeline.

Constructors

PipelineMetadata({DateTime? created, String? pipelineArn, DateTime? updated})
PipelineMetadata.fromJson(Map<String, dynamic> json)
factory

Properties

created DateTime?
The date and time the pipeline was created, in timestamp format.
final
hashCode int
The hash code for this object.
no setterinherited
pipelineArn String?
The Amazon Resource Name (ARN) of the pipeline.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updated DateTime?
The date and time the pipeline was last updated, in timestamp format.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited