Class: Aws::Types::SrtOutputDestinationSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_mode"CALLER", "LISTENER"

Returns the value of attribute connection_mode.

Returns:

  • ("CALLER", "LISTENER")


5422
5423
5424
# File 'sig/types.rbs', line 5422

def connection_mode
  @connection_mode
end

#encryption_passphrase_secret_arn::String

Returns the value of attribute encryption_passphrase_secret_arn.

Returns:

  • (::String)


5419
5420
5421
# File 'sig/types.rbs', line 5419

def encryption_passphrase_secret_arn
  @encryption_passphrase_secret_arn
end

#listener_port::Integer

Returns the value of attribute listener_port.

Returns:

  • (::Integer)


5423
5424
5425
# File 'sig/types.rbs', line 5423

def listener_port
  @listener_port
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


5420
5421
5422
# File 'sig/types.rbs', line 5420

def stream_id
  @stream_id
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


5421
5422
5423
# File 'sig/types.rbs', line 5421

def url
  @url
end