ModifyWorkspaceAccessPropertiesRequest
public struct ModifyWorkspaceAccessPropertiesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of the directory.
Declaration
Swift
public let resourceId: String
-
The device types and operating systems to enable or disable for access.
Declaration
Swift
public let workspaceAccessProperties: WorkspaceAccessProperties
-
Undocumented
Declaration
Swift
public init(resourceId: String, workspaceAccessProperties: WorkspaceAccessProperties)
-
Declaration
Swift
public func validate(name: String) throws