Class: Aws::AlexaForBusiness::Types::IPDialIn
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::IPDialIn
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
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.
Instance Attribute Details
#comms_protocol ⇒ String
The protocol, including SIP, SIPS, and H323.
2470 2471 2472 2473 2474 2475 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2470 class IPDialIn < Struct.new( :endpoint, :comms_protocol) SENSITIVE = [] include Aws::Structure end |
#endpoint ⇒ String
The IP address.
2470 2471 2472 2473 2474 2475 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2470 class IPDialIn < Struct.new( :endpoint, :comms_protocol) SENSITIVE = [] include Aws::Structure end |