DescribeInputResponse constructor

DescribeInputResponse({
  1. String? arn,
  2. List<String>? attachedChannels,
  3. List<InputDestination>? destinations,
  4. String? id,
  5. InputClass? inputClass,
  6. List<InputDeviceSettings>? inputDevices,
  7. InputSourceType? inputSourceType,
  8. List<MediaConnectFlow>? mediaConnectFlows,
  9. String? name,
  10. String? roleArn,
  11. List<String>? securityGroups,
  12. List<InputSource>? sources,
  13. InputState? state,
  14. Map<String, String>? tags,
  15. InputType? type,
})

Implementation

DescribeInputResponse({
  this.arn,
  this.attachedChannels,
  this.destinations,
  this.id,
  this.inputClass,
  this.inputDevices,
  this.inputSourceType,
  this.mediaConnectFlows,
  this.name,
  this.roleArn,
  this.securityGroups,
  this.sources,
  this.state,
  this.tags,
  this.type,
});