Class: Aws::Types::GenerateMacEmvPinChangeOutput
- Inherits:
-
Object
- Object
- Aws::Types::GenerateMacEmvPinChangeOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encrypted_pin_block ⇒ ::String
Returns the value of attribute encrypted_pin_block.
-
#mac ⇒ ::String
Returns the value of attribute mac.
-
#new_pin_pek_arn ⇒ ::String
Returns the value of attribute new_pin_pek_arn.
-
#new_pin_pek_key_check_value ⇒ ::String
Returns the value of attribute new_pin_pek_key_check_value.
-
#secure_messaging_confidentiality_key_arn ⇒ ::String
Returns the value of attribute secure_messaging_confidentiality_key_arn.
-
#secure_messaging_confidentiality_key_check_value ⇒ ::String
Returns the value of attribute secure_messaging_confidentiality_key_check_value.
-
#secure_messaging_integrity_key_arn ⇒ ::String
Returns the value of attribute secure_messaging_integrity_key_arn.
-
#secure_messaging_integrity_key_check_value ⇒ ::String
Returns the value of attribute secure_messaging_integrity_key_check_value.
-
#visa_amex_derivation_outputs ⇒ Types::VisaAmexDerivationOutputs
Returns the value of attribute visa_amex_derivation_outputs.
Instance Attribute Details
#encrypted_pin_block ⇒ ::String
Returns the value of attribute encrypted_pin_block.
401 402 403 |
# File 'sig/types.rbs', line 401 def encrypted_pin_block @encrypted_pin_block end |
#mac ⇒ ::String
Returns the value of attribute mac.
400 401 402 |
# File 'sig/types.rbs', line 400 def mac @mac end |
#new_pin_pek_arn ⇒ ::String
Returns the value of attribute new_pin_pek_arn.
397 398 399 |
# File 'sig/types.rbs', line 397 def new_pin_pek_arn @new_pin_pek_arn end |
#new_pin_pek_key_check_value ⇒ ::String
Returns the value of attribute new_pin_pek_key_check_value.
402 403 404 |
# File 'sig/types.rbs', line 402 def new_pin_pek_key_check_value @new_pin_pek_key_check_value end |
#secure_messaging_confidentiality_key_arn ⇒ ::String
Returns the value of attribute secure_messaging_confidentiality_key_arn.
399 400 401 |
# File 'sig/types.rbs', line 399 def secure_messaging_confidentiality_key_arn @secure_messaging_confidentiality_key_arn end |
#secure_messaging_confidentiality_key_check_value ⇒ ::String
Returns the value of attribute secure_messaging_confidentiality_key_check_value.
404 405 406 |
# File 'sig/types.rbs', line 404 def secure_messaging_confidentiality_key_check_value @secure_messaging_confidentiality_key_check_value end |
#secure_messaging_integrity_key_arn ⇒ ::String
Returns the value of attribute secure_messaging_integrity_key_arn.
398 399 400 |
# File 'sig/types.rbs', line 398 def secure_messaging_integrity_key_arn @secure_messaging_integrity_key_arn end |
#secure_messaging_integrity_key_check_value ⇒ ::String
Returns the value of attribute secure_messaging_integrity_key_check_value.
403 404 405 |
# File 'sig/types.rbs', line 403 def secure_messaging_integrity_key_check_value @secure_messaging_integrity_key_check_value end |
#visa_amex_derivation_outputs ⇒ Types::VisaAmexDerivationOutputs
Returns the value of attribute visa_amex_derivation_outputs.
405 406 407 |
# File 'sig/types.rbs', line 405 def visa_amex_derivation_outputs @visa_amex_derivation_outputs end |