DescribeInputDeviceResponse
public struct DescribeInputDeviceResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let arn: String?
-
Undocumented
Declaration
Swift
public let connectionState: InputDeviceConnectionState?
-
Undocumented
Declaration
Swift
public let deviceSettingsSyncState: DeviceSettingsSyncState?
-
Undocumented
Declaration
Swift
public let hdDeviceSettings: InputDeviceHdSettings?
-
Undocumented
Declaration
Swift
public let id: String?
-
Undocumented
Declaration
Swift
public let macAddress: String?
-
Undocumented
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public let networkSettings: InputDeviceNetworkSettings?
-
Undocumented
Declaration
Swift
public let serialNumber: String?
-
Undocumented
Declaration
Swift
public let type: InputDeviceType?
-
init(arn:connectionState:deviceSettingsSyncState:hdDeviceSettings:id:macAddress:name:networkSettings:serialNumber:type:)
Undocumented
Declaration
Swift
public init(arn: String? = nil, connectionState: InputDeviceConnectionState? = nil, deviceSettingsSyncState: DeviceSettingsSyncState? = nil, hdDeviceSettings: InputDeviceHdSettings? = nil, id: String? = nil, macAddress: String? = nil, name: String? = nil, networkSettings: InputDeviceNetworkSettings? = nil, serialNumber: String? = nil, type: InputDeviceType? = nil)