ListFlowsRequest

public struct ListFlowsRequest : AWSShape
extension Appflow.ListFlowsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies the maximum number of items that should be returned in the result set.

    Declaration

    Swift

    public let maxResults: Int?
  • The pagination token for next page of data.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws