Class: Aws::Types::HlsEncryptionSettings
- Inherits:
-
Object
- Object
- Aws::Types::HlsEncryptionSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#constant_initialization_vector ⇒ ::String
Returns the value of attribute constant_initialization_vector.
-
#encryption_method ⇒ "AES128", "SAMPLE_AES"
Returns the value of attribute encryption_method.
-
#initialization_vector_in_manifest ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute initialization_vector_in_manifest.
-
#offline_encrypted ⇒ "ENABLED", "DISABLED"
Returns the value of attribute offline_encrypted.
-
#speke_key_provider ⇒ Types::SpekeKeyProvider
Returns the value of attribute speke_key_provider.
-
#static_key_provider ⇒ Types::StaticKeyProvider
Returns the value of attribute static_key_provider.
-
#type ⇒ "SPEKE", "STATIC_KEY"
Returns the value of attribute type.
Instance Attribute Details
#constant_initialization_vector ⇒ ::String
Returns the value of attribute constant_initialization_vector.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def constant_initialization_vector @constant_initialization_vector end |
#encryption_method ⇒ "AES128", "SAMPLE_AES"
Returns the value of attribute encryption_method.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def encryption_method @encryption_method end |
#initialization_vector_in_manifest ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute initialization_vector_in_manifest.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def initialization_vector_in_manifest @initialization_vector_in_manifest end |
#offline_encrypted ⇒ "ENABLED", "DISABLED"
Returns the value of attribute offline_encrypted.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def offline_encrypted @offline_encrypted end |
#speke_key_provider ⇒ Types::SpekeKeyProvider
Returns the value of attribute speke_key_provider.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def speke_key_provider @speke_key_provider end |
#static_key_provider ⇒ Types::StaticKeyProvider
Returns the value of attribute static_key_provider.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def static_key_provider @static_key_provider end |
#type ⇒ "SPEKE", "STATIC_KEY"
Returns the value of attribute type.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def type @type end |