ResourceChange constructor

ResourceChange({
  1. ChangeAction? action,
  2. String? changeSetId,
  3. List<ResourceChangeDetail>? details,
  4. String? logicalResourceId,
  5. ModuleInfo? moduleInfo,
  6. String? physicalResourceId,
  7. Replacement? replacement,
  8. String? resourceType,
  9. List<ResourceAttribute>? scope,
})

Implementation

ResourceChange({
  this.action,
  this.changeSetId,
  this.details,
  this.logicalResourceId,
  this.moduleInfo,
  this.physicalResourceId,
  this.replacement,
  this.resourceType,
  this.scope,
});