Class: Aws::Types::HlsAkamaiSettings
- Inherits:
-
Object
- Object
- Aws::Types::HlsAkamaiSettings
- 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.
-
#salt ⇒ ::String
Returns the value of attribute salt.
-
#token ⇒ ::String
Returns the value of attribute token.
Instance Attribute Details
#connection_retry_interval ⇒ ::Integer
Returns the value of attribute connection_retry_interval.
1520 1521 1522 |
# File 'sig/types.rbs', line 1520 def connection_retry_interval @connection_retry_interval end |
#filecache_duration ⇒ ::Integer
Returns the value of attribute filecache_duration.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def filecache_duration @filecache_duration end |
#http_transfer_mode ⇒ "CHUNKED", "NON_CHUNKED"
Returns the value of attribute http_transfer_mode.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def http_transfer_mode @http_transfer_mode end |
#num_retries ⇒ ::Integer
Returns the value of attribute num_retries.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def num_retries @num_retries end |
#restart_delay ⇒ ::Integer
Returns the value of attribute restart_delay.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def restart_delay @restart_delay end |
#salt ⇒ ::String
Returns the value of attribute salt.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def salt @salt end |
#token ⇒ ::String
Returns the value of attribute token.
1526 1527 1528 |
# File 'sig/types.rbs', line 1526 def token @token end |