Class: Aws::Types::HlsCdnSettings
- Inherits:
-
Object
- Object
- Aws::Types::HlsCdnSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hls_akamai_settings ⇒ Types::HlsAkamaiSettings
Returns the value of attribute hls_akamai_settings.
-
#hls_basic_put_settings ⇒ Types::HlsBasicPutSettings
Returns the value of attribute hls_basic_put_settings.
-
#hls_media_store_settings ⇒ Types::HlsMediaStoreSettings
Returns the value of attribute hls_media_store_settings.
-
#hls_s3_settings ⇒ Types::HlsS3Settings
Returns the value of attribute hls_s3_settings.
-
#hls_webdav_settings ⇒ Types::HlsWebdavSettings
Returns the value of attribute hls_webdav_settings.
Instance Attribute Details
#hls_akamai_settings ⇒ Types::HlsAkamaiSettings
Returns the value of attribute hls_akamai_settings.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def hls_akamai_settings @hls_akamai_settings end |
#hls_basic_put_settings ⇒ Types::HlsBasicPutSettings
Returns the value of attribute hls_basic_put_settings.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def hls_basic_put_settings @hls_basic_put_settings end |
#hls_media_store_settings ⇒ Types::HlsMediaStoreSettings
Returns the value of attribute hls_media_store_settings.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def hls_media_store_settings @hls_media_store_settings end |
#hls_s3_settings ⇒ Types::HlsS3Settings
Returns the value of attribute hls_s3_settings.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def hls_s3_settings @hls_s3_settings end |
#hls_webdav_settings ⇒ Types::HlsWebdavSettings
Returns the value of attribute hls_webdav_settings.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def hls_webdav_settings @hls_webdav_settings end |