ListVoiceConnectorsResponse
public struct ListVoiceConnectorsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The token to use to retrieve the next page of results.
Declaration
Swift
public let nextToken: String?
-
The details of the Amazon Chime Voice Connectors.
Declaration
Swift
public let voiceConnectors: [VoiceConnector]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, voiceConnectors: [VoiceConnector]? = nil)