UpdateJobPriorityResult

public struct UpdateJobPriorityResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID for the job whose priority Amazon S3 updated.

    Declaration

    Swift

    public let jobId: String
  • The new priority assigned to the specified job.

    Declaration

    Swift

    public let priority: Int
  • Undocumented

    Declaration

    Swift

    public init(jobId: String, priority: Int)