Class: Aws::Types::UdpOutputSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#buffer_msec::Integer

Returns the value of attribute buffer_msec.

Returns:

  • (::Integer)


3263
3264
3265
# File 'sig/types.rbs', line 3263

def buffer_msec
  @buffer_msec
end

#container_settingsTypes::UdpContainerSettings

Returns the value of attribute container_settings.



3264
3265
3266
# File 'sig/types.rbs', line 3264

def container_settings
  @container_settings
end

#destinationTypes::OutputLocationRef

Returns the value of attribute destination.



3265
3266
3267
# File 'sig/types.rbs', line 3265

def destination
  @destination
end

#fec_output_settingsTypes::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