You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AlexaForBusiness::Types::UpdateConferenceProviderRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateConferenceProviderRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  conference_provider_arn: "Arn", # required
  conference_provider_type: "CHIME", # required, accepts CHIME, BLUEJEANS, FUZE, GOOGLE_HANGOUTS, POLYCOM, RINGCENTRAL, SKYPE_FOR_BUSINESS, WEBEX, ZOOM, CUSTOM
  ip_dial_in: {
    endpoint: "Endpoint", # required
    comms_protocol: "SIP", # required, accepts SIP, SIPS, H323
  },
  pstn_dial_in: {
    country_code: "CountryCode", # required
    phone_number: "OutboundPhoneNumber", # required
    one_click_id_delay: "OneClickIdDelay", # required
    one_click_pin_delay: "OneClickPinDelay", # required
  },
  meeting_setting: { # required
    require_pin: "YES", # required, accepts YES, NO, OPTIONAL
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#conference_provider_arnString

The ARN of the conference provider.

Returns:

  • (String)

    The ARN of the conference provider.

#conference_provider_typeString

The type of the conference provider.

Possible values:

  • CHIME
  • BLUEJEANS
  • FUZE
  • GOOGLE_HANGOUTS
  • POLYCOM
  • RINGCENTRAL
  • SKYPE_FOR_BUSINESS
  • WEBEX
  • ZOOM
  • CUSTOM

Returns:

  • (String)

    The type of the conference provider.

#ip_dial_inTypes::IPDialIn

The IP endpoint and protocol for calling.

Returns:

#meeting_settingTypes::MeetingSetting

The meeting settings for the conference provider.

Returns:

#pstn_dial_inTypes::PSTNDialIn

The information for PSTN conferencing.

Returns: