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.
5425 5426 5427 |
# File 'sig/types.rbs', line 5425 def connection_mode @connection_mode end |
#encryption_passphrase_secret_arn ⇒ ::String
Returns the value of attribute encryption_passphrase_secret_arn.
5422 5423 5424 |
# File 'sig/types.rbs', line 5422 def encryption_passphrase_secret_arn @encryption_passphrase_secret_arn end |
#listener_port ⇒ ::Integer
Returns the value of attribute listener_port.
5426 5427 5428 |
# File 'sig/types.rbs', line 5426 def listener_port @listener_port end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
5423 5424 5425 |
# File 'sig/types.rbs', line 5423 def stream_id @stream_id end |
#url ⇒ ::String
Returns the value of attribute url.
5424 5425 5426 |
# File 'sig/types.rbs', line 5424 def url @url end |