AssociateDeviceWithRoomRequest
public struct AssociateDeviceWithRoomRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the device to associate to a room. Required.
Declaration
Swift
public let deviceArn: String? -
The ARN of the room with which to associate the device. Required.
Declaration
Swift
public let roomArn: String? -
Undocumented
Declaration
Swift
public init(deviceArn: String? = nil, roomArn: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
AssociateDeviceWithRoomRequest Structure Reference