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.
678 679 680 |
# File 'sig/types.rbs', line 678 def encryption_at_rest @encryption_at_rest end |
#encryption_in_transit ⇒ Types::EncryptionInTransit
Returns the value of attribute encryption_in_transit.
679 680 681 |
# File 'sig/types.rbs', line 679 def encryption_in_transit @encryption_in_transit end |