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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb

Overview

The IP endpoint and protocol for calling.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#comms_protocolString

The protocol, including SIP, SIPS, and H323.

Returns:

  • (String)


2470
2471
2472
2473
2474
2475
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2470

class IPDialIn < Struct.new(
  :endpoint,
  :comms_protocol)
  SENSITIVE = []
  include Aws::Structure
end

#endpointString

The IP address.

Returns:

  • (String)


2470
2471
2472
2473
2474
2475
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2470

class IPDialIn < Struct.new(
  :endpoint,
  :comms_protocol)
  SENSITIVE = []
  include Aws::Structure
end