Class: Aws::Types::VerifyPinDataOutput
- Inherits:
-
Object
- Object
- Aws::Types::VerifyPinDataOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
-
#encryption_key_check_value ⇒ ::String
Returns the value of attribute encryption_key_check_value.
-
#verification_key_arn ⇒ ::String
Returns the value of attribute verification_key_arn.
-
#verification_key_check_value ⇒ ::String
Returns the value of attribute verification_key_check_value.
Instance Attribute Details
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
918 919 920 |
# File 'sig/types.rbs', line 918 def encryption_key_arn @encryption_key_arn end |
#encryption_key_check_value ⇒ ::String
Returns the value of attribute encryption_key_check_value.
919 920 921 |
# File 'sig/types.rbs', line 919 def encryption_key_check_value @encryption_key_check_value end |
#verification_key_arn ⇒ ::String
Returns the value of attribute verification_key_arn.
916 917 918 |
# File 'sig/types.rbs', line 916 def verification_key_arn @verification_key_arn end |
#verification_key_check_value ⇒ ::String
Returns the value of attribute verification_key_check_value.
917 918 919 |
# File 'sig/types.rbs', line 917 def verification_key_check_value @verification_key_check_value end |