DeleteChapCredentialsOutput constructor

DeleteChapCredentialsOutput({
  1. String? initiatorName,
  2. String? targetARN,
})

Implementation

DeleteChapCredentialsOutput({
  this.initiatorName,
  this.targetARN,
});