Class: Aws::Types::RouterOutputProtocolConfiguration

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::RistRouterOutputConfiguration

Returns the value of attribute rist.



2003
2004
2005
# File 'sig/types.rbs', line 2003

def rist
  @rist
end

#rtpTypes::RtpRouterOutputConfiguration

Returns the value of attribute rtp.



2006
2007
2008
# File 'sig/types.rbs', line 2006

def rtp
  @rtp
end

#srt_callerTypes::SrtCallerRouterOutputConfiguration

Returns the value of attribute srt_caller.



2005
2006
2007
# File 'sig/types.rbs', line 2005

def srt_caller
  @srt_caller
end

#srt_listenerTypes::SrtListenerRouterOutputConfiguration

Returns the value of attribute srt_listener.



2004
2005
2006
# File 'sig/types.rbs', line 2004

def srt_listener
  @srt_listener
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2007
2008
2009
# File 'sig/types.rbs', line 2007

def unknown
  @unknown
end