Class: Aws::AlexaForBusiness::Types::UpdateConferenceProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::UpdateConferenceProviderRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#conference_provider_arn ⇒ String
The ARN of the conference provider.
-
#conference_provider_type ⇒ String
The type of the 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.
-
#pstn_dial_in ⇒ Types::PSTNDialIn
The information for PSTN conferencing.
Instance Attribute Details
#conference_provider_arn ⇒ String
The ARN of the conference provider.
4856 4857 4858 4859 4860 4861 4862 4863 4864 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4856 class UpdateConferenceProviderRequest < Struct.new( :conference_provider_arn, :conference_provider_type, :ip_dial_in, :pstn_dial_in, :meeting_setting) SENSITIVE = [] include Aws::Structure end |
#conference_provider_type ⇒ String
The type of the conference provider.
4856 4857 4858 4859 4860 4861 4862 4863 4864 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4856 class UpdateConferenceProviderRequest < Struct.new( :conference_provider_arn, :conference_provider_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.
4856 4857 4858 4859 4860 4861 4862 4863 4864 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4856 class UpdateConferenceProviderRequest < Struct.new( :conference_provider_arn, :conference_provider_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.
4856 4857 4858 4859 4860 4861 4862 4863 4864 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4856 class UpdateConferenceProviderRequest < Struct.new( :conference_provider_arn, :conference_provider_type, :ip_dial_in, :pstn_dial_in, :meeting_setting) SENSITIVE = [] include Aws::Structure end |
#pstn_dial_in ⇒ Types::PSTNDialIn
The information for PSTN conferencing.
4856 4857 4858 4859 4860 4861 4862 4863 4864 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4856 class UpdateConferenceProviderRequest < Struct.new( :conference_provider_arn, :conference_provider_type, :ip_dial_in, :pstn_dial_in, :meeting_setting) SENSITIVE = [] include Aws::Structure end |