You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AlexaForBusiness::Types::ConferenceProvider
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::ConferenceProvider
- Defined in:
- (unknown)
Overview
An entity that provides a conferencing solution. Alexa for Business acts as the voice interface and mediator that connects users to their preferred conference provider. Examples of conference providers include Amazon Chime, Zoom, Cisco, and Polycom.
Returned by:
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the newly created conference provider.
-
#ip_dial_in ⇒ Types::IPDialIn
The IP endpoint and protocol for calling.
-
#meeting_setting ⇒ Types::MeetingSetting
The meeting settings for the conference provider.
-
#name ⇒ String
The name of the conference provider.
-
#pstn_dial_in ⇒ Types::PSTNDialIn
The information for PSTN conferencing.
-
#type ⇒ String
The type of conference providers.
Instance Attribute Details
#arn ⇒ String
The ARN of the newly created conference provider.
#ip_dial_in ⇒ Types::IPDialIn
The IP endpoint and protocol for calling.
#meeting_setting ⇒ Types::MeetingSetting
The meeting settings for the conference provider.
#name ⇒ String
The name of the conference provider.
#pstn_dial_in ⇒ Types::PSTNDialIn
The information for PSTN conferencing.
#type ⇒ String
The type of conference providers.
Possible values:
- CHIME
- BLUEJEANS
- FUZE
- GOOGLE_HANGOUTS
- POLYCOM
- RINGCENTRAL
- SKYPE_FOR_BUSINESS
- WEBEX
- ZOOM
- CUSTOM