ListJobTemplatesRequest

public struct ListJobTemplatesRequest : AWSShape
extension MediaConvert.ListJobTemplatesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Optionally, specify a job template category to limit responses to only job templates from that category.

    Declaration

    Swift

    public let category: String?
  • Optional. When you request a list of job templates, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don’t specify, the service will list them by name.

    Declaration

    Swift

    public let listBy: JobTemplateListBy?
  • Optional. Number of job templates, up to twenty, that will be returned at one time.

    Declaration

    Swift

    public let maxResults: Int?
  • Use this string, provided with the response to a previous request, to request the next batch of job templates.

    Declaration

    Swift

    public let nextToken: String?
  • Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.

    Declaration

    Swift

    public let order: Order?
  • Undocumented

    Declaration

    Swift

    public init(category: String? = nil, listBy: JobTemplateListBy? = nil, maxResults: Int? = nil, nextToken: String? = nil, order: Order? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws