UpdateJobQueueResponse

public struct UpdateJobQueueResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the job queue.

    Declaration

    Swift

    public let jobQueueArn: String?
  • The name of the job queue.

    Declaration

    Swift

    public let jobQueueName: String?
  • Undocumented

    Declaration

    Swift

    public init(jobQueueArn: String? = nil, jobQueueName: String? = nil)