ListContactFlowsRequest
public struct ListContactFlowsRequest : AWSShape
extension Connect.ListContactFlowsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The type of contact flow.
Declaration
Swift
public let contactFlowTypes: [ContactFlowType]?
-
The identifier of the Amazon Connect instance.
Declaration
Swift
public let instanceId: String
-
The maximimum number of results to return per page.
Declaration
Swift
public let maxResults: Int?
-
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(contactFlowTypes: [ContactFlowType]? = nil, instanceId: String, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Connect.ListContactFlowsRequest