ResourceChange constructor

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

Implementation

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