DeleteResourceShareResponse constructor

DeleteResourceShareResponse({
  1. String? clientToken,
  2. bool? returnValue,
})

Implementation

DeleteResourceShareResponse({
  this.clientToken,
  this.returnValue,
});