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