Class: Aws::Types::RtpRouterOutputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RtpRouterOutputConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_address ⇒ ::String
Returns the value of attribute destination_address.
-
#destination_port ⇒ ::Integer
Returns the value of attribute destination_port.
-
#forward_error_correction ⇒ "ENABLED", "DISABLED"
Returns the value of attribute forward_error_correction.
Instance Attribute Details
#destination_address ⇒ ::String
Returns the value of attribute destination_address.
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.
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.
2053 2054 2055 |
# File 'sig/types.rbs', line 2053 def forward_error_correction @forward_error_correction end |