StartDeviceSyncRequest
public struct StartDeviceSyncRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the device to sync. Required.
Declaration
Swift
public let deviceArn: String? -
Request structure to start the device sync. Required.
Declaration
Swift
public let features: [Feature] -
The ARN of the room with which the device to sync is associated. Required.
Declaration
Swift
public let roomArn: String? -
Undocumented
Declaration
Swift
public init(deviceArn: String? = nil, features: [Feature], roomArn: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
StartDeviceSyncRequest Structure Reference