Class: Aws::Types::HlsEncryption

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#constant_initialization_vector::String

Returns the value of attribute constant_initialization_vector.

Returns:



326
327
328
# File 'sig/types.rbs', line 326

def constant_initialization_vector
  @constant_initialization_vector
end

#encryption_method"AES_128", "SAMPLE_AES"

Returns the value of attribute encryption_method.

Returns:



327
328
329
# File 'sig/types.rbs', line 327

def encryption_method
  @encryption_method
end

#key_rotation_interval_seconds::Integer

Returns the value of attribute key_rotation_interval_seconds.

Returns:



328
329
330
# File 'sig/types.rbs', line 328

def key_rotation_interval_seconds
  @key_rotation_interval_seconds
end

#repeat_ext_x_keyBoolean

Returns the value of attribute repeat_ext_x_key.

Returns:



329
330
331
# File 'sig/types.rbs', line 329

def repeat_ext_x_key
  @repeat_ext_x_key
end

#speke_key_providerTypes::SpekeKeyProvider

Returns the value of attribute speke_key_provider.

Returns:



330
331
332
# File 'sig/types.rbs', line 330

def speke_key_provider
  @speke_key_provider
end