StepExecutionFilter
public struct StepExecutionFilter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
One or more keys to limit the results. Valid filter keys include the following: StepName, Action, StepExecutionId, StepExecutionStatus, StartTimeBefore, StartTimeAfter.
Declaration
Swift
public let key: StepExecutionFilterKey
-
The values of the filter key.
Declaration
Swift
public let values: [String]
-
Undocumented
Declaration
Swift
public init(key: StepExecutionFilterKey, values: [String])
-
Declaration
Swift
public func validate(name: String) throws