Class: Aws::Types::HlsWebdavSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_retry_interval::Integer

Returns the value of attribute connection_retry_interval.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("CHUNKED", "NON_CHUNKED")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


1649
1650
1651
# File 'sig/types.rbs', line 1649

def restart_delay
  @restart_delay
end