Class: Aws::Types::AmexCardSecurityCodeVersion2

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:card_expiry_date, :service_code])

Instance Attribute Summary collapse

Instance Attribute Details

#card_expiry_date::String

Returns the value of attribute card_expiry_date.

Returns:

  • (::String)


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.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def service_code
  @service_code
end