CreateChannelResponse constructor

CreateChannelResponse({
  1. String? arn,
  2. String? description,
  3. EgressAccessLogs? egressAccessLogs,
  4. HlsIngest? hlsIngest,
  5. String? id,
  6. IngressAccessLogs? ingressAccessLogs,
  7. Map<String, String>? tags,
})

Implementation

CreateChannelResponse({
  this.arn,
  this.description,
  this.egressAccessLogs,
  this.hlsIngest,
  this.id,
  this.ingressAccessLogs,
  this.tags,
});