ChannelSummary constructor

ChannelSummary({
  1. String? arn,
  2. CdiInputSpecification? cdiInputSpecification,
  3. ChannelClass? channelClass,
  4. List<OutputDestination>? destinations,
  5. List<ChannelEgressEndpoint>? egressEndpoints,
  6. String? id,
  7. List<InputAttachment>? inputAttachments,
  8. InputSpecification? inputSpecification,
  9. LogLevel? logLevel,
  10. String? name,
  11. int? pipelinesRunningCount,
  12. String? roleArn,
  13. ChannelState? state,
  14. Map<String, String>? tags,
})

Implementation

ChannelSummary({
  this.arn,
  this.cdiInputSpecification,
  this.channelClass,
  this.destinations,
  this.egressEndpoints,
  this.id,
  this.inputAttachments,
  this.inputSpecification,
  this.logLevel,
  this.name,
  this.pipelinesRunningCount,
  this.roleArn,
  this.state,
  this.tags,
});