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)


1610
1611
1612
# File 'sig/types.rbs', line 1610

def connection_retry_interval
  @connection_retry_interval
end

#filecache_duration::Integer

Returns the value of attribute filecache_duration.

Returns:

  • (::Integer)


1611
1612
1613
# File 'sig/types.rbs', line 1611

def filecache_duration
  @filecache_duration
end

#media_store_storage_class"TEMPORAL"

Returns the value of attribute media_store_storage_class.

Returns:

  • ("TEMPORAL")


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

def media_store_storage_class
  @media_store_storage_class
end

#num_retries::Integer

Returns the value of attribute num_retries.

Returns:

  • (::Integer)


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

def num_retries
  @num_retries
end

#restart_delay::Integer

Returns the value of attribute restart_delay.

Returns:

  • (::Integer)


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

def restart_delay
  @restart_delay
end