Class: Aws::Types::UdpOutputSettings
- Inherits:
-
Object
- Object
- Aws::Types::UdpOutputSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#buffer_msec ⇒ ::Integer
Returns the value of attribute buffer_msec.
-
#container_settings ⇒ Types::UdpContainerSettings
Returns the value of attribute container_settings.
-
#destination ⇒ Types::OutputLocationRef
Returns the value of attribute destination.
-
#fec_output_settings ⇒ Types::FecOutputSettings
Returns the value of attribute fec_output_settings.
Instance Attribute Details
#buffer_msec ⇒ ::Integer
Returns the value of attribute buffer_msec.
3268 3269 3270 |
# File 'sig/types.rbs', line 3268 def buffer_msec @buffer_msec end |
#container_settings ⇒ Types::UdpContainerSettings
Returns the value of attribute container_settings.
3269 3270 3271 |
# File 'sig/types.rbs', line 3269 def container_settings @container_settings end |
#destination ⇒ Types::OutputLocationRef
Returns the value of attribute destination.
3270 3271 3272 |
# File 'sig/types.rbs', line 3270 def destination @destination end |
#fec_output_settings ⇒ Types::FecOutputSettings
Returns the value of attribute fec_output_settings.
3271 3272 3273 |
# File 'sig/types.rbs', line 3271 def fec_output_settings @fec_output_settings end |