GetTriggersRequest
public struct GetTriggersRequest : AWSShape
extension Glue.GetTriggersRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the job to retrieve triggers for. The trigger that can start this job is returned, and if there is no such trigger, all triggers are returned.
Declaration
Swift
public let dependentJobName: String?
-
The maximum size of the response.
Declaration
Swift
public let maxResults: Int?
-
A continuation token, if this is a continuation call.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(dependentJobName: String? = nil, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Glue.GetTriggersRequest