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.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def dash_playlist_settings @dash_playlist_settings end |
#dual_stack_playback_url ⇒ ::String
Returns the value of attribute dual_stack_playback_url.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def dual_stack_playback_url @dual_stack_playback_url end |
#hls_playlist_settings ⇒ Types::HlsPlaylistSettings
Returns the value of attribute hls_playlist_settings.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def hls_playlist_settings @hls_playlist_settings end |
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def manifest_name @manifest_name end |
#playback_url ⇒ ::String
Returns the value of attribute playback_url.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def playback_url @playback_url end |
#source_group ⇒ ::String
Returns the value of attribute source_group.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def source_group @source_group end |