Class: Aws::Types::VerifyCardValidationDataInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:primary_account_number, :validation_data])

Instance Attribute Summary collapse

Instance Attribute Details

#key_identifier::String

Returns the value of attribute key_identifier.

Returns:

  • (::String)


874
875
876
# File 'sig/types.rbs', line 874

def key_identifier
  @key_identifier
end

#primary_account_number::String

Returns the value of attribute primary_account_number.

Returns:

  • (::String)


875
876
877
# File 'sig/types.rbs', line 875

def 
  @primary_account_number
end

#validation_data::String

Returns the value of attribute validation_data.

Returns:

  • (::String)


877
878
879
# File 'sig/types.rbs', line 877

def validation_data
  @validation_data
end

#verification_attributesTypes::CardVerificationAttributes

Returns the value of attribute verification_attributes.



876
877
878
# File 'sig/types.rbs', line 876

def verification_attributes
  @verification_attributes
end