Class: Aws::Types::FlowTransitEncryption
- Inherits:
-
Object
- Object
- Aws::Types::FlowTransitEncryption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_key_configuration ⇒ Types::FlowTransitEncryptionKeyConfiguration
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::FlowTransitEncryptionKeyConfiguration
Returns the value of attribute encryption_key_configuration.
762 763 764 |
# File 'sig/types.rbs', line 762 def encryption_key_configuration @encryption_key_configuration end |
#encryption_key_type ⇒ "SECRETS_MANAGER", "AUTOMATIC"
Returns the value of attribute encryption_key_type.
761 762 763 |
# File 'sig/types.rbs', line 761 def encryption_key_type @encryption_key_type end |