Class: Aws::Types::EncryptionInfo
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_at_rest ⇒ Types::EncryptionAtRest
Returns the value of attribute encryption_at_rest.
-
#encryption_in_transit ⇒ Types::EncryptionInTransit
Returns the value of attribute encryption_in_transit.
Instance Attribute Details
#encryption_at_rest ⇒ Types::EncryptionAtRest
Returns the value of attribute encryption_at_rest.
685 686 687 |
# File 'sig/types.rbs', line 685 def encryption_at_rest @encryption_at_rest end |
#encryption_in_transit ⇒ Types::EncryptionInTransit
Returns the value of attribute encryption_in_transit.
686 687 688 |
# File 'sig/types.rbs', line 686 def encryption_in_transit @encryption_in_transit end |