BatchGetWorkflowsRequest

public struct BatchGetWorkflowsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies whether to include a graph when returning the workflow resource metadata.

    Declaration

    Swift

    public let includeGraph: Bool?
  • A list of workflow names, which may be the names returned from the ListWorkflows operation.

    Declaration

    Swift

    public let names: [String]
  • Undocumented

    Declaration

    Swift

    public init(includeGraph: Bool? = nil, names: [String])
  • Declaration

    Swift

    public func validate(name: String) throws