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.
1645 1646 1647 |
# File 'sig/types.rbs', line 1645 def connection_retry_interval @connection_retry_interval end |
#filecache_duration ⇒ ::Integer
Returns the value of attribute filecache_duration.
1646 1647 1648 |
# File 'sig/types.rbs', line 1646 def filecache_duration @filecache_duration end |
#http_transfer_mode ⇒ "CHUNKED", "NON_CHUNKED"
Returns the value of attribute http_transfer_mode.
1647 1648 1649 |
# File 'sig/types.rbs', line 1647 def http_transfer_mode @http_transfer_mode end |
#num_retries ⇒ ::Integer
Returns the value of attribute num_retries.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def num_retries @num_retries end |
#restart_delay ⇒ ::Integer
Returns the value of attribute restart_delay.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 def restart_delay @restart_delay end |