Class: Aws::Types::HlsMediaStoreSettings
- Inherits:
-
Object
- Object
- Aws::Types::HlsMediaStoreSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_retry_interval ⇒ ::Integer
Returns the value of attribute connection_retry_interval.
-
#filecache_duration ⇒ ::Integer
Returns the value of attribute filecache_duration.
-
#media_store_storage_class ⇒ "TEMPORAL"
Returns the value of attribute media_store_storage_class.
-
#num_retries ⇒ ::Integer
Returns the value of attribute num_retries.
-
#restart_delay ⇒ ::Integer
Returns the value of attribute restart_delay.
Instance Attribute Details
#connection_retry_interval ⇒ ::Integer
Returns the value of attribute connection_retry_interval.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def connection_retry_interval @connection_retry_interval end |
#filecache_duration ⇒ ::Integer
Returns the value of attribute filecache_duration.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def filecache_duration @filecache_duration end |
#media_store_storage_class ⇒ "TEMPORAL"
Returns the value of attribute media_store_storage_class.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def media_store_storage_class @media_store_storage_class end |
#num_retries ⇒ ::Integer
Returns the value of attribute num_retries.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def num_retries @num_retries end |
#restart_delay ⇒ ::Integer
Returns the value of attribute restart_delay.
1614 1615 1616 |
# File 'sig/types.rbs', line 1614 def restart_delay @restart_delay end |