Class: Aws::AlexaForBusiness::Types::ConferenceProvider
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::ConferenceProvider
- 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.
Constant Summary collapse
- SENSITIVE =
[]
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.
465 466 467 468 469 470 471 472 473 474 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 465 class ConferenceProvider < Struct.new( :arn, :name, :type, :ip_dial_in, :pstn_dial_in, :meeting_setting) SENSITIVE = [] include Aws::Structure end |
#ip_dial_in ⇒ Types::IPDialIn
The IP endpoint and protocol for calling.
465 466 467 468 469 470 471 472 473 474 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 465 class ConferenceProvider < Struct.new( :arn, :name, :type, :ip_dial_in, :pstn_dial_in, :meeting_setting) SENSITIVE = [] include Aws::Structure end |
#meeting_setting ⇒ Types::MeetingSetting
The meeting settings for the conference provider.
465 466 467 468 469 470 471 472 473 474 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 465 class ConferenceProvider < Struct.new( :arn, :name, :type, :ip_dial_in, :pstn_dial_in, :meeting_setting) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the conference provider.
465 466 467 468 469 470 471 472 473 474 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 465 class ConferenceProvider < Struct.new( :arn, :name, :type, :ip_dial_in, :pstn_dial_in, :meeting_setting) SENSITIVE = [] include Aws::Structure end |
#pstn_dial_in ⇒ Types::PSTNDialIn
The information for PSTN conferencing.
465 466 467 468 469 470 471 472 473 474 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 465 class ConferenceProvider < Struct.new( :arn, :name, :type, :ip_dial_in, :pstn_dial_in, :meeting_setting) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of conference providers.
465 466 467 468 469 470 471 472 473 474 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 465 class ConferenceProvider < Struct.new( :arn, :name, :type, :ip_dial_in, :pstn_dial_in, :meeting_setting) SENSITIVE = [] include Aws::Structure end |