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