PipelineSummary class

A summary of a pipeline.

Constructors

PipelineSummary({DateTime? creationTime, DateTime? lastExecutionTime, DateTime? lastModifiedTime, String? pipelineArn, String? pipelineDescription, String? pipelineDisplayName, String? pipelineName, String? roleArn})
PipelineSummary.fromJson(Map<String, dynamic> json)
factory

Properties

creationTime DateTime?
The creation time of the pipeline.
final
hashCode int
The hash code for this object.
no setterinherited
lastExecutionTime DateTime?
The last time that a pipeline execution began.
final
lastModifiedTime DateTime?
The time that the pipeline was last modified.
final
pipelineArn String?
The Amazon Resource Name (ARN) of the pipeline.
final
pipelineDescription String?
The description of the pipeline.
final
pipelineDisplayName String?
The display name of the pipeline.
final
pipelineName String?
The name of the pipeline.
final
roleArn String?
The Amazon Resource Name (ARN) that the pipeline used to execute.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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