Class: Aws::Types::ResponseOutputItem
- Inherits:
-
Object
- Object
- Aws::Types::ResponseOutputItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dash_playlist_settings ⇒ Types::DashPlaylistSettings
Returns the value of attribute dash_playlist_settings.
-
#dual_stack_playback_url ⇒ ::String
Returns the value of attribute dual_stack_playback_url.
-
#hls_playlist_settings ⇒ Types::HlsPlaylistSettings
Returns the value of attribute hls_playlist_settings.
-
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
-
#playback_url ⇒ ::String
Returns the value of attribute playback_url.
-
#source_group ⇒ ::String
Returns the value of attribute source_group.
Instance Attribute Details
#dash_playlist_settings ⇒ Types::DashPlaylistSettings
Returns the value of attribute dash_playlist_settings.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def dash_playlist_settings @dash_playlist_settings end |
#dual_stack_playback_url ⇒ ::String
Returns the value of attribute dual_stack_playback_url.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def dual_stack_playback_url @dual_stack_playback_url end |
#hls_playlist_settings ⇒ Types::HlsPlaylistSettings
Returns the value of attribute hls_playlist_settings.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def hls_playlist_settings @hls_playlist_settings end |
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def manifest_name @manifest_name end |
#playback_url ⇒ ::String
Returns the value of attribute playback_url.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def playback_url @playback_url end |
#source_group ⇒ ::String
Returns the value of attribute source_group.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def source_group @source_group end |