SearchFlowTemplatesResponse
public struct SearchFlowTemplatesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The string to specify as nextToken when you request the next page of results.
Declaration
Swift
public let nextToken: String? -
An array of objects that contain summary information about each workflow in the result set.
Declaration
Swift
public let summaries: [FlowTemplateSummary]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, summaries: [FlowTemplateSummary]? = nil)
View on GitHub
SearchFlowTemplatesResponse Structure Reference