Class: Aws::Types::RequestOutputItem
- Inherits:
-
Object
- Object
- Aws::Types::RequestOutputItem
- 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.
-
#hls_playlist_settings ⇒ Types::HlsPlaylistSettings
Returns the value of attribute hls_playlist_settings.
-
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
-
#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.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def dash_playlist_settings @dash_playlist_settings end |
#hls_playlist_settings ⇒ Types::HlsPlaylistSettings
Returns the value of attribute hls_playlist_settings.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def hls_playlist_settings @hls_playlist_settings end |
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def manifest_name @manifest_name end |
#source_group ⇒ ::String
Returns the value of attribute source_group.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def source_group @source_group end |