DescribeInputResponse constructor
DescribeInputResponse({
- String? arn,
- List<
String> ? attachedChannels, - List<
InputDestination> ? destinations, - String? id,
- InputClass? inputClass,
- List<
InputDeviceSettings> ? inputDevices, - InputSourceType? inputSourceType,
- List<
MediaConnectFlow> ? mediaConnectFlows, - String? name,
- String? roleArn,
- List<
String> ? securityGroups, - List<
InputSource> ? sources, - InputState? state,
- Map<
String, String> ? tags, - 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,
});