ListContactFlowsResponse
public struct ListContactFlowsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about the contact flows.
Declaration
Swift
public let contactFlowSummaryList: [ContactFlowSummary]? -
If there are additional results, this is the token for the next set of results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(contactFlowSummaryList: [ContactFlowSummary]? = nil, nextToken: String? = nil)
View on GitHub
ListContactFlowsResponse Structure Reference