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.
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.
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.
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.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def offline_encrypted @offline_encrypted end |
#speke_key_provider ⇒ Types::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_provider ⇒ Types::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.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def type @type end |