ListWorkflowsResponse

public struct ListWorkflowsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A continuation token, if not all workflow names have been returned.

    Declaration

    Swift

    public let nextToken: String?
  • List of names of workflows in the account.

    Declaration

    Swift

    public let workflows: [String]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, workflows: [String]? = nil)