DescribeChangeSetOutput constructor

DescribeChangeSetOutput({
  1. List<Capability>? capabilities,
  2. String? changeSetId,
  3. String? changeSetName,
  4. List<Change>? changes,
  5. DateTime? creationTime,
  6. String? description,
  7. ExecutionStatus? executionStatus,
  8. bool? includeNestedStacks,
  9. String? nextToken,
  10. List<String>? notificationARNs,
  11. List<Parameter>? parameters,
  12. String? parentChangeSetId,
  13. RollbackConfiguration? rollbackConfiguration,
  14. String? rootChangeSetId,
  15. String? stackId,
  16. String? stackName,
  17. ChangeSetStatus? status,
  18. String? statusReason,
  19. List<Tag>? tags,
})

Implementation

DescribeChangeSetOutput({
  this.capabilities,
  this.changeSetId,
  this.changeSetName,
  this.changes,
  this.creationTime,
  this.description,
  this.executionStatus,
  this.includeNestedStacks,
  this.nextToken,
  this.notificationARNs,
  this.parameters,
  this.parentChangeSetId,
  this.rollbackConfiguration,
  this.rootChangeSetId,
  this.stackId,
  this.stackName,
  this.status,
  this.statusReason,
  this.tags,
});