Class: Aws::Types::RecipientInfo
- Inherits:
-
Object
- Object
- Aws::Types::RecipientInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attestation_document ⇒ ::String
Returns the value of attribute attestation_document.
-
#key_encryption_algorithm ⇒ "RSAES_OAEP_SHA_256"
Returns the value of attribute key_encryption_algorithm.
Instance Attribute Details
#attestation_document ⇒ ::String
Returns the value of attribute attestation_document.
828 829 830 |
# File 'sig/types.rbs', line 828 def attestation_document @attestation_document end |
#key_encryption_algorithm ⇒ "RSAES_OAEP_SHA_256"
Returns the value of attribute key_encryption_algorithm.
827 828 829 |
# File 'sig/types.rbs', line 827 def key_encryption_algorithm @key_encryption_algorithm end |