Class: Aws::Types::StandardRouterInputConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#network_interface_arn::String

Returns the value of attribute network_interface_arn.

Returns:

  • (::String)


2184
2185
2186
# File 'sig/types.rbs', line 2184

def network_interface_arn
  @network_interface_arn
end

#protocol"RTP", ...

Returns the value of attribute protocol.

Returns:

  • ("RTP", "RIST", "SRT_CALLER", "SRT_LISTENER")


2186
2187
2188
# File 'sig/types.rbs', line 2186

def protocol
  @protocol
end

#protocol_configurationTypes::RouterInputProtocolConfiguration

Returns the value of attribute protocol_configuration.



2185
2186
2187
# File 'sig/types.rbs', line 2185

def protocol_configuration
  @protocol_configuration
end