Class: Aws::Types::HlsBasicPutSettings
- Inherits:
-
Object
- Object
- Aws::Types::HlsBasicPutSettings
- 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.
-
#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.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def connection_retry_interval @connection_retry_interval end |
#filecache_duration ⇒ ::Integer
Returns the value of attribute filecache_duration.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def filecache_duration @filecache_duration end |
#num_retries ⇒ ::Integer
Returns the value of attribute num_retries.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def num_retries @num_retries end |
#restart_delay ⇒ ::Integer
Returns the value of attribute restart_delay.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def restart_delay @restart_delay end |