class Aws::AlexaForBusiness::Types::IPDialIn

The IP endpoint and protocol for calling.

@note When making an API call, you may pass IPDialIn

data as a hash:

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

@!attribute [rw] endpoint

The IP address.
@return [String]

@!attribute [rw] comms_protocol

The protocol, including SIP, SIPS, and H323.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/IPDialIn AWS API Documentation

Constants

SENSITIVE