Class: Aws::Types::HlsWebdavSettings
- Inherits:
-
Object
- Object
- Aws::Types::HlsWebdavSettings
- 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.
-
#http_transfer_mode ⇒ "CHUNKED", "NON_CHUNKED"
Returns the value of attribute http_transfer_mode.
-
#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.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def connection_retry_interval @connection_retry_interval end |
#filecache_duration ⇒ ::Integer
Returns the value of attribute filecache_duration.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 def filecache_duration @filecache_duration end |
#http_transfer_mode ⇒ "CHUNKED", "NON_CHUNKED"
Returns the value of attribute http_transfer_mode.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def http_transfer_mode @http_transfer_mode end |
#num_retries ⇒ ::Integer
Returns the value of attribute num_retries.
1651 1652 1653 |
# File 'sig/types.rbs', line 1651 def num_retries @num_retries end |
#restart_delay ⇒ ::Integer
Returns the value of attribute restart_delay.
1652 1653 1654 |
# File 'sig/types.rbs', line 1652 def restart_delay @restart_delay end |