Class: Aws::Types::RtpRouterOutputConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_address::String

Returns the value of attribute destination_address.

Returns:

  • (::String)


2051
2052
2053
# File 'sig/types.rbs', line 2051

def destination_address
  @destination_address
end

#destination_port::Integer

Returns the value of attribute destination_port.

Returns:

  • (::Integer)


2052
2053
2054
# File 'sig/types.rbs', line 2052

def destination_port
  @destination_port
end

#forward_error_correction"ENABLED", "DISABLED"

Returns the value of attribute forward_error_correction.

Returns:

  • ("ENABLED", "DISABLED")


2053
2054
2055
# File 'sig/types.rbs', line 2053

def forward_error_correction
  @forward_error_correction
end