ListConferenceProvidersResponse
public struct ListConferenceProvidersResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The conference providers.
Declaration
Swift
public let conferenceProviders: [ConferenceProvider]?
-
The tokens used for pagination.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(conferenceProviders: [ConferenceProvider]? = nil, nextToken: String? = nil)