AutomationExecutionFilter

public struct AutomationExecutionFilter : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • key

    One or more keys to limit the results. Valid filter keys include the following: DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter.

    Declaration

    Swift

    public let key: AutomationExecutionFilterKey
  • The values used to limit the execution information associated with the filter’s key.

    Declaration

    Swift

    public let values: [String]
  • Undocumented

    Declaration

    Swift

    public init(key: AutomationExecutionFilterKey, values: [String])
  • Declaration

    Swift

    public func validate(name: String) throws