CreateChannelResponse constructor
CreateChannelResponse({
- String? arn,
- String? description,
- EgressAccessLogs? egressAccessLogs,
- HlsIngest? hlsIngest,
- String? id,
- IngressAccessLogs? ingressAccessLogs,
- Map<
String, String> ? tags,
Implementation
CreateChannelResponse({
this.arn,
this.description,
this.egressAccessLogs,
this.hlsIngest,
this.id,
this.ingressAccessLogs,
this.tags,
});