Class: Aws::Types::RouterInputTransitEncryption
- Inherits:
-
Object
- Object
- Aws::Types::RouterInputTransitEncryption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_key_configuration ⇒ Types::RouterInputTransitEncryptionKeyConfiguration
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::RouterInputTransitEncryptionKeyConfiguration
Returns the value of attribute encryption_key_configuration.
1855 1856 1857 |
# File 'sig/types.rbs', line 1855 def encryption_key_configuration @encryption_key_configuration end |
#encryption_key_type ⇒ "SECRETS_MANAGER", "AUTOMATIC"
Returns the value of attribute encryption_key_type.
1854 1855 1856 |
# File 'sig/types.rbs', line 1854 def encryption_key_type @encryption_key_type end |