ResourceChange constructor
ResourceChange({
- ChangeAction? action,
- String? changeSetId,
- List<
ResourceChangeDetail> ? details, - String? logicalResourceId,
- ModuleInfo? moduleInfo,
- String? physicalResourceId,
- Replacement? replacement,
- String? resourceType,
- List<
ResourceAttribute> ? scope,
Implementation
ResourceChange({
this.action,
this.changeSetId,
this.details,
this.logicalResourceId,
this.moduleInfo,
this.physicalResourceId,
this.replacement,
this.resourceType,
this.scope,
});