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:

  • (::String)


287
288
289
# File 'sig/types.rbs', line 287

def constant_initialization_vector
  @constant_initialization_vector
end

#encryption_method"AES_128", "SAMPLE_AES"

Returns the value of attribute encryption_method.

Returns:

  • ("AES_128", "SAMPLE_AES")


288
289
290
# File 'sig/types.rbs', line 288

def encryption_method
  @encryption_method
end

#speke_key_providerTypes::SpekeKeyProvider

Returns the value of attribute speke_key_provider.



289
290
291
# File 'sig/types.rbs', line 289

def speke_key_provider
  @speke_key_provider
end