ChangeSetSummary constructor

ChangeSetSummary({
  1. String? changeSetId,
  2. String? changeSetName,
  3. DateTime? creationTime,
  4. String? description,
  5. ExecutionStatus? executionStatus,
  6. bool? includeNestedStacks,
  7. String? parentChangeSetId,
  8. String? rootChangeSetId,
  9. String? stackId,
  10. String? stackName,
  11. ChangeSetStatus? status,
  12. String? statusReason,
})

Implementation

ChangeSetSummary({
  this.changeSetId,
  this.changeSetName,
  this.creationTime,
  this.description,
  this.executionStatus,
  this.includeNestedStacks,
  this.parentChangeSetId,
  this.rootChangeSetId,
  this.stackId,
  this.stackName,
  this.status,
  this.statusReason,
});