Class: Aws::Types::HlsAkamaiSettings

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)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("CHUNKED", "NON_CHUNKED")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


1524
1525
1526
# File 'sig/types.rbs', line 1524

def restart_delay
  @restart_delay
end

#salt::String

Returns the value of attribute salt.

Returns:

  • (::String)


1525
1526
1527
# File 'sig/types.rbs', line 1525

def salt
  @salt
end

#token::String

Returns the value of attribute token.

Returns:

  • (::String)


1526
1527
1528
# File 'sig/types.rbs', line 1526

def token
  @token
end