Class: Aws::Types::HlsBasicPutSettings

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)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


1537
1538
1539
# File 'sig/types.rbs', line 1537

def restart_delay
  @restart_delay
end