DescribeChangeSetOutput constructor
DescribeChangeSetOutput({
- List<
Capability> ? capabilities, - String? changeSetId,
- String? changeSetName,
- List<
Change> ? changes, - DateTime? creationTime,
- String? description,
- ExecutionStatus? executionStatus,
- bool? includeNestedStacks,
- String? nextToken,
- List<
String> ? notificationARNs, - List<
Parameter> ? parameters, - String? parentChangeSetId,
- RollbackConfiguration? rollbackConfiguration,
- String? rootChangeSetId,
- String? stackId,
- String? stackName,
- ChangeSetStatus? status,
- String? statusReason,
- 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,
});