Get Input Result
data class GetInputResult(val arn: String, val attachedChannels: List<String>, val destinations: List<GetInputDestination>, val id: String, val inputClass: String, val inputDevices: List<GetInputInputDevice>, val inputPartnerIds: List<String>, val inputSourceType: String, val mediaConnectFlows: List<GetInputMediaConnectFlow>, val name: String, val roleArn: String, val securityGroups: List<String>, val sources: List<GetInputSource>, val state: String, val tags: Map<String, String>, val type: String)
A collection of values returned by getInput.
Constructors
Link copied to clipboard
fun GetInputResult(arn: String, attachedChannels: List<String>, destinations: List<GetInputDestination>, id: String, inputClass: String, inputDevices: List<GetInputInputDevice>, inputPartnerIds: List<String>, inputSourceType: String, mediaConnectFlows: List<GetInputMediaConnectFlow>, name: String, roleArn: String, securityGroups: List<String>, sources: List<GetInputSource>, state: String, tags: Map<String, String>, type: String)