Class: Aws::AlexaForBusiness::Types::IPDialIn
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::IPDialIn
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
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
}
The IP endpoint and protocol for calling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comms_protocol ⇒ String
The protocol, including SIP, SIPS, and H323.
-
#endpoint ⇒ String
The IP address.