CreateJobQueueResponse

public struct CreateJobQueueResponse : 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, jobQueueName: String)