Class: Aws::Types::SrtCallerSourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#decryptionTypes::SrtCallerDecryptionRequest

Returns the value of attribute decryption.



4792
4793
4794
# File 'sig/types.rbs', line 4792

def decryption
  @decryption
end

#minimum_latency::Integer

Returns the value of attribute minimum_latency.

Returns:

  • (::Integer)


4793
4794
4795
# File 'sig/types.rbs', line 4793

def minimum_latency
  @minimum_latency
end

#srt_listener_address::String

Returns the value of attribute srt_listener_address.

Returns:

  • (::String)


4794
4795
4796
# File 'sig/types.rbs', line 4794

def srt_listener_address
  @srt_listener_address
end

#srt_listener_port::String

Returns the value of attribute srt_listener_port.

Returns:

  • (::String)


4795
4796
4797
# File 'sig/types.rbs', line 4795

def srt_listener_port
  @srt_listener_port
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


4796
4797
4798
# File 'sig/types.rbs', line 4796

def stream_id
  @stream_id
end