Class: Aws::Types::VisaPinVerification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:verification_value])

Instance Attribute Summary collapse

Instance Attribute Details

#pin_verification_key_index::Integer

Returns the value of attribute pin_verification_key_index.

Returns:

  • (::Integer)


947
948
949
# File 'sig/types.rbs', line 947

def pin_verification_key_index
  @pin_verification_key_index
end

#verification_value::String

Returns the value of attribute verification_value.

Returns:

  • (::String)


948
949
950
# File 'sig/types.rbs', line 948

def verification_value
  @verification_value
end