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.
3263 3264 3265 |
# File 'sig/types.rbs', line 3263 def buffer_msec @buffer_msec end |
#container_settings ⇒ Types::UdpContainerSettings
Returns the value of attribute container_settings.
3264 3265 3266 |
# File 'sig/types.rbs', line 3264 def container_settings @container_settings end |
#destination ⇒ Types::OutputLocationRef
Returns the value of attribute destination.
3265 3266 3267 |
# File 'sig/types.rbs', line 3265 def destination @destination end |
#fec_output_settings ⇒ Types::FecOutputSettings
Returns the value of attribute fec_output_settings.
3266 3267 3268 |
# File 'sig/types.rbs', line 3266 def fec_output_settings @fec_output_settings end |