Class: Aws::Types::CardVerificationValue1
- Inherits:
-
Object
- Object
- Aws::Types::CardVerificationValue1
- 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.
131 132 133 |
# File 'sig/types.rbs', line 131 def card_expiry_date @card_expiry_date end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
132 133 134 |
# File 'sig/types.rbs', line 132 def service_code @service_code end |