Class: Aws::KinesisVideoArchivedMedia::Types::GetDASHStreamingSessionURLOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideoArchivedMedia::Types::GetDASHStreamingSessionURLOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideoarchivedmedia/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dash_streaming_session_url ⇒ String
The URL (containing the session token) that a media player can use to retrieve the MPEG-DASH manifest.
Instance Attribute Details
#dash_streaming_session_url ⇒ String
The URL (containing the session token) that a media player can use to retrieve the MPEG-DASH manifest.
501 502 503 504 505 |
# File 'lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 501 class GetDASHStreamingSessionURLOutput < Struct.new( :dash_streaming_session_url) SENSITIVE = [] include Aws::Structure end |