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

Class: Aws::AlexaForBusiness::Types::IPDialIn

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

Overview

Note:

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

{
  endpoint: "Endpoint", # required
  comms_protocol: "SIP", # required, accepts SIP, SIPS, H323
}

The IP endpoint and protocol for calling.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#comms_protocolString

The protocol, including SIP, SIPS, and H323.

Possible values:

  • SIP
  • SIPS
  • H323

Returns:

  • (String)

    The protocol, including SIP, SIPS, and H323.

#endpointString

The IP address.

Returns:

  • (String)

    The IP address.