ListVoiceConnectorGroupsResponse
public struct ListVoiceConnectorGroupsResponse : 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 Connector groups.
Declaration
Swift
public let voiceConnectorGroups: [VoiceConnectorGroup]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, voiceConnectorGroups: [VoiceConnectorGroup]? = nil)
View on GitHub
ListVoiceConnectorGroupsResponse Structure Reference