Class: Aws::Types::RouterInputTransitEncryptionKeyConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RouterInputTransitEncryptionKeyConfiguration
- 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.
1861 1862 1863 |
# File 'sig/types.rbs', line 1861 def automatic @automatic end |
#secrets_manager ⇒ Types::SecretsManagerEncryptionKeyConfiguration
Returns the value of attribute secrets_manager.
1860 1861 1862 |
# File 'sig/types.rbs', line 1860 def secrets_manager @secrets_manager end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1862 1863 1864 |
# File 'sig/types.rbs', line 1862 def unknown @unknown end |