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.
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.
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.
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.
5420 5421 5422 |
# File 'sig/types.rbs', line 5420 def stream_id @stream_id end |
#url ⇒ ::String
Returns the value of attribute url.
5421 5422 5423 |
# File 'sig/types.rbs', line 5421 def url @url end |