Class: Aws::AlexaForBusiness::Types::ConferenceProvider
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::ConferenceProvider
- Defined in:
- gems/aws-sdk-alexaforbusiness/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.
548 549 550 551 552 553 554 555 556 557 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 548 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.
548 549 550 551 552 553 554 555 556 557 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 548 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.
548 549 550 551 552 553 554 555 556 557 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 548 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.
548 549 550 551 552 553 554 555 556 557 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 548 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.
548 549 550 551 552 553 554 555 556 557 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 548 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.
548 549 550 551 552 553 554 555 556 557 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 548 class ConferenceProvider < Struct.new( :arn, :name, :type, :ip_dial_in, :pstn_dial_in, :meeting_setting) SENSITIVE = [] include Aws::Structure end |