Class: Aws::Types::GetDASHStreamingSessionURLInput
- Inherits:
-
Object
- Object
- Aws::Types::GetDASHStreamingSessionURLInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dash_fragment_selector ⇒ Types::DASHFragmentSelector
Returns the value of attribute dash_fragment_selector.
-
#display_fragment_number ⇒ "ALWAYS", "NEVER"
Returns the value of attribute display_fragment_number.
-
#display_fragment_timestamp ⇒ "ALWAYS", "NEVER"
Returns the value of attribute display_fragment_timestamp.
-
#expires ⇒ ::Integer
Returns the value of attribute expires.
-
#max_manifest_fragment_results ⇒ ::Integer
Returns the value of attribute max_manifest_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
#dash_fragment_selector ⇒ Types::DASHFragmentSelector
Returns the value of attribute dash_fragment_selector.
74 75 76 |
# File 'sig/types.rbs', line 74 def dash_fragment_selector @dash_fragment_selector end |
#display_fragment_number ⇒ "ALWAYS", "NEVER"
Returns the value of attribute display_fragment_number.
73 74 75 |
# File 'sig/types.rbs', line 73 def display_fragment_number @display_fragment_number end |
#display_fragment_timestamp ⇒ "ALWAYS", "NEVER"
Returns the value of attribute display_fragment_timestamp.
72 73 74 |
# File 'sig/types.rbs', line 72 def @display_fragment_timestamp end |
#expires ⇒ ::Integer
Returns the value of attribute expires.
75 76 77 |
# File 'sig/types.rbs', line 75 def expires @expires end |
#max_manifest_fragment_results ⇒ ::Integer
Returns the value of attribute max_manifest_fragment_results.
76 77 78 |
# File 'sig/types.rbs', line 76 def max_manifest_fragment_results @max_manifest_fragment_results end |
#playback_mode ⇒ "LIVE", ...
Returns the value of attribute playback_mode.
71 72 73 |
# File 'sig/types.rbs', line 71 def playback_mode @playback_mode end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
70 71 72 |
# File 'sig/types.rbs', line 70 def stream_arn @stream_arn end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
69 70 71 |
# File 'sig/types.rbs', line 69 def stream_name @stream_name end |