ListInputDevicesResponse
public struct ListInputDevicesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let inputDevices: [InputDeviceSummary]? -
Undocumented
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(inputDevices: [InputDeviceSummary]? = nil, nextToken: String? = nil)
View on GitHub
ListInputDevicesResponse Structure Reference