Class: Aws::IVS::Types::Srt
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::Srt
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Specifies information needed to stream using the SRT protocol.
Constant Summary collapse
- SENSITIVE =
[:passphrase]
Instance Attribute Summary collapse
-
#endpoint ⇒ String
The endpoint to be used when streaming with IVS using the SRT protocol.
-
#passphrase ⇒ String
Auto-generated passphrase to enable encryption.
Instance Attribute Details
#endpoint ⇒ String
The endpoint to be used when streaming with IVS using the SRT protocol.
1772 1773 1774 1775 1776 1777 |
# File 'lib/aws-sdk-ivs/types.rb', line 1772 class Srt < Struct.new( :endpoint, :passphrase) SENSITIVE = [:passphrase] include Aws::Structure end |
#passphrase ⇒ String
Auto-generated passphrase to enable encryption. This field is applicable only if the end user has not enabled the ‘insecureIngest` option for the channel.
1772 1773 1774 1775 1776 1777 |
# File 'lib/aws-sdk-ivs/types.rb', line 1772 class Srt < Struct.new( :endpoint, :passphrase) SENSITIVE = [:passphrase] include Aws::Structure end |