DescribeChannelResponse constructor
DescribeChannelResponse({
- String? arn,
- CdiInputSpecification? cdiInputSpecification,
- ChannelClass? channelClass,
- List<
OutputDestination> ? destinations, - List<
ChannelEgressEndpoint> ? egressEndpoints, - EncoderSettings? encoderSettings,
- String? id,
- List<
InputAttachment> ? inputAttachments, - InputSpecification? inputSpecification,
- LogLevel? logLevel,
- String? name,
- List<
PipelineDetail> ? pipelineDetails, - int? pipelinesRunningCount,
- String? roleArn,
- ChannelState? state,
- Map<
String, String> ? tags,
Implementation
DescribeChannelResponse({
this.arn,
this.cdiInputSpecification,
this.channelClass,
this.destinations,
this.egressEndpoints,
this.encoderSettings,
this.id,
this.inputAttachments,
this.inputSpecification,
this.logLevel,
this.name,
this.pipelineDetails,
this.pipelinesRunningCount,
this.roleArn,
this.state,
this.tags,
});