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.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def connection_retry_interval @connection_retry_interval end |
#filecache_duration ⇒ ::Integer
Returns the value of attribute filecache_duration.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def filecache_duration @filecache_duration end |
#num_retries ⇒ ::Integer
Returns the value of attribute num_retries.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def num_retries @num_retries end |
#restart_delay ⇒ ::Integer
Returns the value of attribute restart_delay.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def restart_delay @restart_delay end |