CreateChannelResponse constructor

CreateChannelResponse({
  1. String? channelArn,
  2. String? channelName,
  3. RetentionPeriod? retentionPeriod,
})

Implementation

CreateChannelResponse({
  this.channelArn,
  this.channelName,
  this.retentionPeriod,
});