DescribeProcessingJobRequest

public struct DescribeProcessingJobRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the processing job. The name must be unique within an AWS Region in the AWS account.

    Declaration

    Swift

    public let processingJobName: String
  • Undocumented

    Declaration

    Swift

    public init(processingJobName: String)
  • Declaration

    Swift

    public func validate(name: String) throws