TerminateJobRequest

public struct TerminateJobRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The AWS Batch job ID of the job to terminate.

    Declaration

    Swift

    public let jobId: String
  • A message to attach to the job that explains the reason for canceling it. This message is returned by future DescribeJobs operations on the job. This message is also recorded in the AWS Batch activity logs.

    Declaration

    Swift

    public let reason: String
  • Undocumented

    Declaration

    Swift

    public init(jobId: String, reason: String)