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
show all
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

Instance Attribute Details

#arnString

The ARN of the newly created conference provider.

Returns:

  • (String)

    The ARN of the newly created conference provider.

#ip_dial_inTypes::IPDialIn

The IP endpoint and protocol for calling.

Returns:

#meeting_settingTypes::MeetingSetting

The meeting settings for the conference provider.

Returns:

#nameString

The name of the conference provider.

Returns:

  • (String)

    The name of the conference provider.

#pstn_dial_inTypes::PSTNDialIn

The information for PSTN conferencing.

Returns:

#typeString

The type of conference providers.

Possible values:

  • CHIME
  • BLUEJEANS
  • FUZE
  • GOOGLE_HANGOUTS
  • POLYCOM
  • RINGCENTRAL
  • SKYPE_FOR_BUSINESS
  • WEBEX
  • ZOOM
  • CUSTOM

Returns:

  • (String)

    The type of conference providers.