AddAssociationResponse constructor

AddAssociationResponse({
  1. String? destinationArn,
  2. String? sourceArn,
})

Implementation

AddAssociationResponse({
  this.destinationArn,
  this.sourceArn,
});