DescribePipelineResponse class
Constructors
- DescribePipelineResponse({UserContext? createdBy, DateTime? creationTime, UserContext? lastModifiedBy, DateTime? lastModifiedTime, DateTime? lastRunTime, String? pipelineArn, String? pipelineDefinition, String? pipelineDescription, String? pipelineDisplayName, String? pipelineName, PipelineStatus? pipelineStatus, String? roleArn})
-
DescribePipelineResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createdBy → UserContext?
-
final
- creationTime → DateTime?
-
The time when the pipeline was created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastModifiedBy → UserContext?
-
final
- lastModifiedTime → DateTime?
-
The time when the pipeline was last modified.
final
- lastRunTime → DateTime?
-
The time when the pipeline was last run.
final
- pipelineArn → String?
-
The Amazon Resource Name (ARN) of the pipeline.
final
- pipelineDefinition → String?
-
The JSON pipeline definition.
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
- pipelineStatus → PipelineStatus?
-
The status of the pipeline execution.
final
- roleArn → String?
-
The Amazon Resource Name (ARN) that the pipeline uses 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