PipelineSummary constructor

PipelineSummary({
  1. DateTime? creationTime,
  2. DateTime? lastExecutionTime,
  3. DateTime? lastModifiedTime,
  4. String? pipelineArn,
  5. String? pipelineDescription,
  6. String? pipelineDisplayName,
  7. String? pipelineName,
  8. String? roleArn,
})

Implementation

PipelineSummary({
  this.creationTime,
  this.lastExecutionTime,
  this.lastModifiedTime,
  this.pipelineArn,
  this.pipelineDescription,
  this.pipelineDisplayName,
  this.pipelineName,
  this.roleArn,
});