Class: Aws::Types::RouterInputProtocolConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: Rist, Rtp, SrtCaller, SrtListener, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ristTypes::RistRouterInputConfiguration

Returns the value of attribute rist.



1791
1792
1793
# File 'sig/types.rbs', line 1791

def rist
  @rist
end

#rtpTypes::RtpRouterInputConfiguration

Returns the value of attribute rtp.



1794
1795
1796
# File 'sig/types.rbs', line 1794

def rtp
  @rtp
end

#srt_callerTypes::SrtCallerRouterInputConfiguration

Returns the value of attribute srt_caller.



1793
1794
1795
# File 'sig/types.rbs', line 1793

def srt_caller
  @srt_caller
end

#srt_listenerTypes::SrtListenerRouterInputConfiguration

Returns the value of attribute srt_listener.



1792
1793
1794
# File 'sig/types.rbs', line 1792

def srt_listener
  @srt_listener
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1795
1796
1797
# File 'sig/types.rbs', line 1795

def unknown
  @unknown
end