Class: Aws::Types::FailoverRouterInputProtocolConfiguration

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.



713
714
715
# File 'sig/types.rbs', line 713

def rist
  @rist
end

#rtpTypes::RtpRouterInputConfiguration

Returns the value of attribute rtp.



716
717
718
# File 'sig/types.rbs', line 716

def rtp
  @rtp
end

#srt_callerTypes::SrtCallerRouterInputConfiguration

Returns the value of attribute srt_caller.



715
716
717
# File 'sig/types.rbs', line 715

def srt_caller
  @srt_caller
end

#srt_listenerTypes::SrtListenerRouterInputConfiguration

Returns the value of attribute srt_listener.



714
715
716
# File 'sig/types.rbs', line 714

def srt_listener
  @srt_listener
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


717
718
719
# File 'sig/types.rbs', line 717

def unknown
  @unknown
end