ListFlowsResponse
public struct ListFlowsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of flows associated with your account.
Declaration
Swift
public let flows: [FlowDefinition]?
-
The pagination token for next page of data.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(flows: [FlowDefinition]? = nil, nextToken: String? = nil)