Class: Aws::Types::EncryptionDecryptionAttributes
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionDecryptionAttributes
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Asymmetric, Dukpt, Emv, Symmetric, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asymmetric ⇒ Types::AsymmetricEncryptionAttributes
Returns the value of attribute asymmetric.
-
#dukpt ⇒ Types::DukptEncryptionAttributes
Returns the value of attribute dukpt.
-
#emv ⇒ Types::EmvEncryptionAttributes
Returns the value of attribute emv.
-
#symmetric ⇒ Types::SymmetricEncryptionAttributes
Returns the value of attribute symmetric.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#asymmetric ⇒ Types::AsymmetricEncryptionAttributes
Returns the value of attribute asymmetric.
322 323 324 |
# File 'sig/types.rbs', line 322 def asymmetric @asymmetric end |
#dukpt ⇒ Types::DukptEncryptionAttributes
Returns the value of attribute dukpt.
323 324 325 |
# File 'sig/types.rbs', line 323 def dukpt @dukpt end |
#emv ⇒ Types::EmvEncryptionAttributes
Returns the value of attribute emv.
324 325 326 |
# File 'sig/types.rbs', line 324 def emv @emv end |
#symmetric ⇒ Types::SymmetricEncryptionAttributes
Returns the value of attribute symmetric.
321 322 323 |
# File 'sig/types.rbs', line 321 def symmetric @symmetric end |
#unknown ⇒ Object
Returns the value of attribute unknown.
325 326 327 |
# File 'sig/types.rbs', line 325 def unknown @unknown end |