Class: Aws::Types::HlsEncryptionSettings

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)


1261
1262
1263
# File 'sig/types.rbs', line 1261

def constant_initialization_vector
  @constant_initialization_vector
end

#encryption_method"AES128", "SAMPLE_AES"

Returns the value of attribute encryption_method.

Returns:

  • ("AES128", "SAMPLE_AES")


1262
1263
1264
# File 'sig/types.rbs', line 1262

def encryption_method
  @encryption_method
end

#initialization_vector_in_manifest"INCLUDE", "EXCLUDE"

Returns the value of attribute initialization_vector_in_manifest.

Returns:

  • ("INCLUDE", "EXCLUDE")


1263
1264
1265
# File 'sig/types.rbs', line 1263

def initialization_vector_in_manifest
  @initialization_vector_in_manifest
end

#offline_encrypted"ENABLED", "DISABLED"

Returns the value of attribute offline_encrypted.

Returns:

  • ("ENABLED", "DISABLED")


1264
1265
1266
# File 'sig/types.rbs', line 1264

def offline_encrypted
  @offline_encrypted
end

#speke_key_providerTypes::SpekeKeyProvider

Returns the value of attribute speke_key_provider.



1265
1266
1267
# File 'sig/types.rbs', line 1265

def speke_key_provider
  @speke_key_provider
end

#static_key_providerTypes::StaticKeyProvider

Returns the value of attribute static_key_provider.



1266
1267
1268
# File 'sig/types.rbs', line 1266

def static_key_provider
  @static_key_provider
end

#type"SPEKE", "STATIC_KEY"

Returns the value of attribute type.

Returns:

  • ("SPEKE", "STATIC_KEY")


1267
1268
1269
# File 'sig/types.rbs', line 1267

def type
  @type
end