ModifyWorkspacePropertiesRequest
public struct ModifyWorkspacePropertiesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of the WorkSpace.
Declaration
Swift
public let workspaceId: String
-
The properties of the WorkSpace.
Declaration
Swift
public let workspaceProperties: WorkspaceProperties
-
Undocumented
Declaration
Swift
public init(workspaceId: String, workspaceProperties: WorkspaceProperties)
-
Declaration
Swift
public func validate(name: String) throws