StopRequest

public struct StopRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier of the WorkSpace.

    Declaration

    Swift

    public let workspaceId: String?
  • Undocumented

    Declaration

    Swift

    public init(workspaceId: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws