Class: Aws::AlexaForBusiness::Types::CreateConferenceProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::CreateConferenceProviderRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
The request token of the client.
-
#conference_provider_name ⇒ String
The name of the conference provider.
-
#conference_provider_type ⇒ String
Represents a type within a list of predefined types.
-
#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.
-
#tags ⇒ Array<Types::Tag>
The tags to be added to the specified resource.
Instance Attribute Details
#client_request_token ⇒ String
The request token of the client.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
743 744 745 746 747 748 749 750 751 752 753 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 743 class CreateConferenceProviderRequest < Struct.new( :conference_provider_name, :conference_provider_type, :ip_dial_in, :pstn_dial_in, :meeting_setting, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#conference_provider_name ⇒ String
The name of the conference provider.
743 744 745 746 747 748 749 750 751 752 753 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 743 class CreateConferenceProviderRequest < Struct.new( :conference_provider_name, :conference_provider_type, :ip_dial_in, :pstn_dial_in, :meeting_setting, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#conference_provider_type ⇒ String
Represents a type within a list of predefined types.
743 744 745 746 747 748 749 750 751 752 753 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 743 class CreateConferenceProviderRequest < Struct.new( :conference_provider_name, :conference_provider_type, :ip_dial_in, :pstn_dial_in, :meeting_setting, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#ip_dial_in ⇒ Types::IPDialIn
The IP endpoint and protocol for calling.
743 744 745 746 747 748 749 750 751 752 753 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 743 class CreateConferenceProviderRequest < Struct.new( :conference_provider_name, :conference_provider_type, :ip_dial_in, :pstn_dial_in, :meeting_setting, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#meeting_setting ⇒ Types::MeetingSetting
The meeting settings for the conference provider.
743 744 745 746 747 748 749 750 751 752 753 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 743 class CreateConferenceProviderRequest < Struct.new( :conference_provider_name, :conference_provider_type, :ip_dial_in, :pstn_dial_in, :meeting_setting, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#pstn_dial_in ⇒ Types::PSTNDialIn
The information for PSTN conferencing.
743 744 745 746 747 748 749 750 751 752 753 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 743 class CreateConferenceProviderRequest < Struct.new( :conference_provider_name, :conference_provider_type, :ip_dial_in, :pstn_dial_in, :meeting_setting, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags to be added to the specified resource. Do not provide system tags.
743 744 745 746 747 748 749 750 751 752 753 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 743 class CreateConferenceProviderRequest < Struct.new( :conference_provider_name, :conference_provider_type, :ip_dial_in, :pstn_dial_in, :meeting_setting, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |