DescribeChangeSetResponse constructor

DescribeChangeSetResponse({
  1. List<ChangeSummary>? changeSet,
  2. String? changeSetArn,
  3. String? changeSetId,
  4. String? changeSetName,
  5. String? endTime,
  6. FailureCode? failureCode,
  7. String? failureDescription,
  8. String? startTime,
  9. ChangeStatus? status,
})

Implementation

DescribeChangeSetResponse({
  this.changeSet,
  this.changeSetArn,
  this.changeSetId,
  this.changeSetName,
  this.endTime,
  this.failureCode,
  this.failureDescription,
  this.startTime,
  this.status,
});