ConferenceProvider
public struct ConferenceProvider : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the newly created conference provider.
Declaration
Swift
public let arn: String?
-
The IP endpoint and protocol for calling.
Declaration
Swift
public let iPDialIn: IPDialIn?
-
The meeting settings for the conference provider.
Declaration
Swift
public let meetingSetting: MeetingSetting?
-
The name of the conference provider.
Declaration
Swift
public let name: String?
-
The information for PSTN conferencing.
Declaration
Swift
public let pSTNDialIn: PSTNDialIn?
-
The type of conference providers.
Declaration
Swift
public let type: ConferenceProviderType?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, iPDialIn: IPDialIn? = nil, meetingSetting: MeetingSetting? = nil, name: String? = nil, pSTNDialIn: PSTNDialIn? = nil, type: ConferenceProviderType? = nil)