Class: Aws::Types::StandardRouterOutputConfiguration

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)


2196
2197
2198
# File 'sig/types.rbs', line 2196

def network_interface_arn
  @network_interface_arn
end

#protocol"RTP", ...

Returns the value of attribute protocol.

Returns:

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


2198
2199
2200
# File 'sig/types.rbs', line 2198

def protocol
  @protocol
end

#protocol_configurationTypes::RouterOutputProtocolConfiguration

Returns the value of attribute protocol_configuration.



2197
2198
2199
# File 'sig/types.rbs', line 2197

def protocol_configuration
  @protocol_configuration
end