Class: Aws::Types::MediaLiveTransitEncryption
- Inherits:
-
Object
- Object
- Aws::Types::MediaLiveTransitEncryption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_key_configuration ⇒ Types::MediaLiveTransitEncryptionKeyConfiguration
Returns the value of attribute encryption_key_configuration.
-
#encryption_key_type ⇒ "SECRETS_MANAGER", "AUTOMATIC"
Returns the value of attribute encryption_key_type.
Instance Attribute Details
#encryption_key_configuration ⇒ Types::MediaLiveTransitEncryptionKeyConfiguration
Returns the value of attribute encryption_key_configuration.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def encryption_key_configuration @encryption_key_configuration end |
#encryption_key_type ⇒ "SECRETS_MANAGER", "AUTOMATIC"
Returns the value of attribute encryption_key_type.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def encryption_key_type @encryption_key_type end |