ListTriggersRequest

public struct ListTriggersRequest : AWSShape
extension Glue.ListTriggersRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the job for which to retrieve triggers. The trigger that can start this job is returned. If there is no such trigger, all triggers are returned.

    Declaration

    Swift

    public let dependentJobName: String?
  • The maximum size of a list to return.

    Declaration

    Swift

    public let maxResults: Int?
  • A continuation token, if this is a continuation request.

    Declaration

    Swift

    public let nextToken: String?
  • Specifies to return only these tagged resources.

    Declaration

    Swift

    public let tags: [String : String]?
  • Undocumented

    Declaration

    Swift

    public init(dependentJobName: String? = nil, maxResults: Int? = nil, nextToken: String? = nil, tags: [String : String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws