DataRepositoryTaskFilter

public struct DataRepositoryTaskFilter : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Name of the task property to use in filtering the tasks returned in the response. Use file-system-id to retrieve data repository tasks for specific file systems. Use task-lifecycle to retrieve data repository tasks with one or more specific lifecycle states, as follows: CANCELED, EXECUTING, FAILED, PENDING, and SUCCEEDED.

    Declaration

    Swift

    public let name: DataRepositoryTaskFilterName?
  • Use Values to include the specific file system IDs and task lifecycle states for the filters you are using.

    Declaration

    Swift

    public let values: [String]?
  • Undocumented

    Declaration

    Swift

    public init(name: DataRepositoryTaskFilterName? = nil, values: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws