Class: Aws::Types::MediaLiveTransitEncryptionKeyConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MediaLiveTransitEncryptionKeyConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Automatic, SecretsManager, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#automatic ⇒ Types::AutomaticEncryptionKeyConfiguration
Returns the value of attribute automatic.
-
#secrets_manager ⇒ Types::SecretsManagerEncryptionKeyConfiguration
Returns the value of attribute secrets_manager.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#automatic ⇒ Types::AutomaticEncryptionKeyConfiguration
Returns the value of attribute automatic.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def automatic @automatic end |
#secrets_manager ⇒ Types::SecretsManagerEncryptionKeyConfiguration
Returns the value of attribute secrets_manager.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def secrets_manager @secrets_manager end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def unknown @unknown end |