Class: Aws::Types::HlsMediaStoreSettings

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)


1613
1614
1615
# File 'sig/types.rbs', line 1613

def connection_retry_interval
  @connection_retry_interval
end

#filecache_duration::Integer

Returns the value of attribute filecache_duration.

Returns:

  • (::Integer)


1614
1615
1616
# File 'sig/types.rbs', line 1614

def filecache_duration
  @filecache_duration
end

#media_store_storage_class"TEMPORAL"

Returns the value of attribute media_store_storage_class.

Returns:

  • ("TEMPORAL")


1615
1616
1617
# File 'sig/types.rbs', line 1615

def media_store_storage_class
  @media_store_storage_class
end

#num_retries::Integer

Returns the value of attribute num_retries.

Returns:

  • (::Integer)


1616
1617
1618
# File 'sig/types.rbs', line 1616

def num_retries
  @num_retries
end

#restart_delay::Integer

Returns the value of attribute restart_delay.

Returns:

  • (::Integer)


1617
1618
1619
# File 'sig/types.rbs', line 1617

def restart_delay
  @restart_delay
end