CancelJobResponse

public struct CancelJobResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A short text description of the job.

    Declaration

    Swift

    public let description: String?
  • The job ARN.

    Declaration

    Swift

    public let jobArn: String?
  • The unique identifier you assigned to this job when it was created.

    Declaration

    Swift

    public let jobId: String?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, jobArn: String? = nil, jobId: String? = nil)