Class: Aws::KinesisVideoArchivedMedia::Types::GetHLSStreamingSessionURLOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideoArchivedMedia::Types::GetHLSStreamingSessionURLOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideoarchivedmedia/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hls_streaming_session_url ⇒ String
The URL (containing the session token) that a media player can use to retrieve the HLS master playlist.
Instance Attribute Details
#hls_streaming_session_url ⇒ String
The URL (containing the session token) that a media player can use to retrieve the HLS master playlist.
719 720 721 722 723 |
# File 'lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 719 class GetHLSStreamingSessionURLOutput < Struct.new( :hls_streaming_session_url) SENSITIVE = [] include Aws::Structure end |