Class: Aws::Types::GetHLSStreamingSessionURLInput
- Inherits:
-
Object
- Object
- Aws::Types::GetHLSStreamingSessionURLInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_format ⇒ "FRAGMENTED_MP4", "MPEG_TS"
Returns the value of attribute container_format.
-
#discontinuity_mode ⇒ "ALWAYS", ...
Returns the value of attribute discontinuity_mode.
-
#display_fragment_timestamp ⇒ "ALWAYS", "NEVER"
Returns the value of attribute display_fragment_timestamp.
-
#expires ⇒ ::Integer
Returns the value of attribute expires.
-
#hls_fragment_selector ⇒ Types::HLSFragmentSelector
Returns the value of attribute hls_fragment_selector.
-
#max_media_playlist_fragment_results ⇒ ::Integer
Returns the value of attribute max_media_playlist_fragment_results.
-
#playback_mode ⇒ "LIVE", ...
Returns the value of attribute playback_mode.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
Instance Attribute Details
#container_format ⇒ "FRAGMENTED_MP4", "MPEG_TS"
Returns the value of attribute container_format.
90 91 92 |
# File 'sig/types.rbs', line 90 def container_format @container_format end |
#discontinuity_mode ⇒ "ALWAYS", ...
Returns the value of attribute discontinuity_mode.
91 92 93 |
# File 'sig/types.rbs', line 91 def discontinuity_mode @discontinuity_mode end |
#display_fragment_timestamp ⇒ "ALWAYS", "NEVER"
Returns the value of attribute display_fragment_timestamp.
92 93 94 |
# File 'sig/types.rbs', line 92 def @display_fragment_timestamp end |
#expires ⇒ ::Integer
Returns the value of attribute expires.
93 94 95 |
# File 'sig/types.rbs', line 93 def expires @expires end |
#hls_fragment_selector ⇒ Types::HLSFragmentSelector
Returns the value of attribute hls_fragment_selector.
89 90 91 |
# File 'sig/types.rbs', line 89 def hls_fragment_selector @hls_fragment_selector end |
#max_media_playlist_fragment_results ⇒ ::Integer
Returns the value of attribute max_media_playlist_fragment_results.
94 95 96 |
# File 'sig/types.rbs', line 94 def max_media_playlist_fragment_results @max_media_playlist_fragment_results end |
#playback_mode ⇒ "LIVE", ...
Returns the value of attribute playback_mode.
88 89 90 |
# File 'sig/types.rbs', line 88 def playback_mode @playback_mode end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
87 88 89 |
# File 'sig/types.rbs', line 87 def stream_arn @stream_arn end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
86 87 88 |
# File 'sig/types.rbs', line 86 def stream_name @stream_name end |