Class: Aws::AlexaForBusiness::Types::UpdateConferenceProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::UpdateConferenceProviderRequest
- Defined in:
- gems/aws-sdk-alexaforbusiness/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.
4826 4827 4828 4829 4830 4831 4832 4833 4834 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4826 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.
4826 4827 4828 4829 4830 4831 4832 4833 4834 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4826 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.
4826 4827 4828 4829 4830 4831 4832 4833 4834 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4826 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.
4826 4827 4828 4829 4830 4831 4832 4833 4834 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4826 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.
4826 4827 4828 4829 4830 4831 4832 4833 4834 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4826 class UpdateConferenceProviderRequest < Struct.new( :conference_provider_arn, :conference_provider_type, :ip_dial_in, :pstn_dial_in, :meeting_setting) SENSITIVE = [] include Aws::Structure end |