CancelJobRequest

public struct CancelJobRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    The identifier of the job that you want to cancel. To get a list of the jobs (including their jobId) that have a status of Submitted, use the ListJobsByStatus API action.

    Declaration

    Swift

    public let id: String
  • Undocumented

    Declaration

    Swift

    public init(id: String)
  • Declaration

    Swift

    public func validate(name: String) throws