Class: Aws::Types::AmexCardSecurityCodeVersion2
- Inherits:
-
Object
- Object
- Aws::Types::AmexCardSecurityCodeVersion2
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#card_expiry_date ⇒ ::String
Returns the value of attribute card_expiry_date.
-
#service_code ⇒ ::String
Returns the value of attribute service_code.
Instance Attribute Details
#card_expiry_date ⇒ ::String
Returns the value of attribute card_expiry_date.
32 33 34 |
# File 'sig/types.rbs', line 32 def card_expiry_date @card_expiry_date end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
33 34 35 |
# File 'sig/types.rbs', line 33 def service_code @service_code end |