StartTaskExecutionRequest
public struct StartTaskExecutionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of filter rules that determines which files to include when running a task. The pattern should contain a single filter string that consists of the patterns to include. The patterns are delimited by “|” (that is, a pipe). For example: “/folder1|/folder2”
Declaration
Swift
public let includes: [FilterRule]? -
Undocumented
Declaration
Swift
public let overrideOptions: Options? -
The Amazon Resource Name (ARN) of the task to start.
Declaration
Swift
public let taskArn: String -
Undocumented
Declaration
Swift
public init(includes: [FilterRule]? = nil, overrideOptions: Options? = nil, taskArn: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
StartTaskExecutionRequest Structure Reference