Class: Aws::Types::VisaAmexDerivationOutputs
- Inherits:
-
Object
- Object
- Aws::Types::VisaAmexDerivationOutputs
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_request_key_arn ⇒ ::String
Returns the value of attribute authorization_request_key_arn.
-
#authorization_request_key_check_value ⇒ ::String
Returns the value of attribute authorization_request_key_check_value.
-
#current_pin_pek_arn ⇒ ::String
Returns the value of attribute current_pin_pek_arn.
-
#current_pin_pek_key_check_value ⇒ ::String
Returns the value of attribute current_pin_pek_key_check_value.
Instance Attribute Details
#authorization_request_key_arn ⇒ ::String
Returns the value of attribute authorization_request_key_arn.
924 925 926 |
# File 'sig/types.rbs', line 924 def @authorization_request_key_arn end |
#authorization_request_key_check_value ⇒ ::String
Returns the value of attribute authorization_request_key_check_value.
925 926 927 |
# File 'sig/types.rbs', line 925 def @authorization_request_key_check_value end |
#current_pin_pek_arn ⇒ ::String
Returns the value of attribute current_pin_pek_arn.
926 927 928 |
# File 'sig/types.rbs', line 926 def current_pin_pek_arn @current_pin_pek_arn end |
#current_pin_pek_key_check_value ⇒ ::String
Returns the value of attribute current_pin_pek_key_check_value.
927 928 929 |
# File 'sig/types.rbs', line 927 def current_pin_pek_key_check_value @current_pin_pek_key_check_value end |