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)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


1534
1535
1536
# File 'sig/types.rbs', line 1534

def restart_delay
  @restart_delay
end