Class: Aws::AlexaForBusiness::Types::ConferenceProvider

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-alexaforbusiness/types.rb

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.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the newly created conference provider.

Returns:

  • (String)


435
436
437
438
439
440
441
442
443
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 435

class ConferenceProvider < Struct.new(
  :arn,
  :name,
  :type,
  :ip_dial_in,
  :pstn_dial_in,
  :meeting_setting)
  include Aws::Structure
end

#ip_dial_inTypes::IPDialIn

The IP endpoint and protocol for calling.

Returns:



435
436
437
438
439
440
441
442
443
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 435

class ConferenceProvider < Struct.new(
  :arn,
  :name,
  :type,
  :ip_dial_in,
  :pstn_dial_in,
  :meeting_setting)
  include Aws::Structure
end

#meeting_settingTypes::MeetingSetting

The meeting settings for the conference provider.



435
436
437
438
439
440
441
442
443
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 435

class ConferenceProvider < Struct.new(
  :arn,
  :name,
  :type,
  :ip_dial_in,
  :pstn_dial_in,
  :meeting_setting)
  include Aws::Structure
end

#nameString

The name of the conference provider.

Returns:

  • (String)


435
436
437
438
439
440
441
442
443
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 435

class ConferenceProvider < Struct.new(
  :arn,
  :name,
  :type,
  :ip_dial_in,
  :pstn_dial_in,
  :meeting_setting)
  include Aws::Structure
end

#pstn_dial_inTypes::PSTNDialIn

The information for PSTN conferencing.

Returns:



435
436
437
438
439
440
441
442
443
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 435

class ConferenceProvider < Struct.new(
  :arn,
  :name,
  :type,
  :ip_dial_in,
  :pstn_dial_in,
  :meeting_setting)
  include Aws::Structure
end

#typeString

The type of conference providers.

Returns:

  • (String)


435
436
437
438
439
440
441
442
443
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 435

class ConferenceProvider < Struct.new(
  :arn,
  :name,
  :type,
  :ip_dial_in,
  :pstn_dial_in,
  :meeting_setting)
  include Aws::Structure
end