Class: Aws::Types::ReEncryptionAttributes
- Inherits:
-
Object
- Object
- Aws::Types::ReEncryptionAttributes
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Dukpt, Symmetric, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dukpt ⇒ Types::DukptEncryptionAttributes
Returns the value of attribute dukpt.
-
#symmetric ⇒ Types::SymmetricEncryptionAttributes
Returns the value of attribute symmetric.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#dukpt ⇒ Types::DukptEncryptionAttributes
Returns the value of attribute dukpt.
659 660 661 |
# File 'sig/types.rbs', line 659 def dukpt @dukpt end |
#symmetric ⇒ Types::SymmetricEncryptionAttributes
Returns the value of attribute symmetric.
658 659 660 |
# File 'sig/types.rbs', line 658 def symmetric @symmetric end |
#unknown ⇒ Object
Returns the value of attribute unknown.
660 661 662 |
# File 'sig/types.rbs', line 660 def unknown @unknown end |