Class: Aws::Types::SrtOutputDestinationSettings
- Inherits:
-
Object
- Object
- Aws::Types::SrtOutputDestinationSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_mode ⇒ "CALLER", "LISTENER"
Returns the value of attribute connection_mode.
-
#encryption_passphrase_secret_arn ⇒ ::String
Returns the value of attribute encryption_passphrase_secret_arn.
-
#listener_port ⇒ ::Integer
Returns the value of attribute listener_port.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#connection_mode ⇒ "CALLER", "LISTENER"
Returns the value of attribute connection_mode.
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.
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.
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.
5430 5431 5432 |
# File 'sig/types.rbs', line 5430 def stream_id @stream_id end |
#url ⇒ ::String
Returns the value of attribute url.
5431 5432 5433 |
# File 'sig/types.rbs', line 5431 def url @url end |