Class: Aws::Types::SrtCallerRouterOutputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SrtCallerRouterOutputConfiguration
- 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.
-
#encryption_configuration ⇒ Types::SrtEncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#minimum_latency_milliseconds ⇒ ::Integer
Returns the value of attribute minimum_latency_milliseconds.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
Instance Attribute Details
#destination_address ⇒ ::String
Returns the value of attribute destination_address.
2151 2152 2153 |
# File 'sig/types.rbs', line 2151 def destination_address @destination_address end |
#destination_port ⇒ ::Integer
Returns the value of attribute destination_port.
2152 2153 2154 |
# File 'sig/types.rbs', line 2152 def destination_port @destination_port end |
#encryption_configuration ⇒ Types::SrtEncryptionConfiguration
Returns the value of attribute encryption_configuration.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def encryption_configuration @encryption_configuration end |
#minimum_latency_milliseconds ⇒ ::Integer
Returns the value of attribute minimum_latency_milliseconds.
2153 2154 2155 |
# File 'sig/types.rbs', line 2153 def minimum_latency_milliseconds @minimum_latency_milliseconds end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
2154 2155 2156 |
# File 'sig/types.rbs', line 2154 def stream_id @stream_id end |