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")


5432
5433
5434
# File 'sig/types.rbs', line 5432

def connection_mode
  @connection_mode
end

#encryption_passphrase_secret_arn::String

Returns the value of attribute encryption_passphrase_secret_arn.

Returns:

  • (::String)


5429
5430
5431
# File 'sig/types.rbs', line 5429

def encryption_passphrase_secret_arn
  @encryption_passphrase_secret_arn
end

#listener_port::Integer

Returns the value of attribute listener_port.

Returns:

  • (::Integer)


5433
5434
5435
# File 'sig/types.rbs', line 5433

def listener_port
  @listener_port
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


5430
5431
5432
# File 'sig/types.rbs', line 5430

def stream_id
  @stream_id
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


5431
5432
5433
# File 'sig/types.rbs', line 5431

def url
  @url
end