UpdateConferenceProviderRequest
public struct UpdateConferenceProviderRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the conference provider.
Declaration
Swift
public let conferenceProviderArn: String -
The type of the conference provider.
Declaration
Swift
public let conferenceProviderType: ConferenceProviderType -
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 information for PSTN conferencing.
Declaration
Swift
public let pSTNDialIn: PSTNDialIn? -
Undocumented
Declaration
Swift
public init(conferenceProviderArn: String, conferenceProviderType: ConferenceProviderType, iPDialIn: IPDialIn? = nil, meetingSetting: MeetingSetting, pSTNDialIn: PSTNDialIn? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateConferenceProviderRequest Structure Reference