Class: Aws::Types::VisaPinVerificationValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:encrypted_pin_block])

Instance Attribute Summary collapse

Instance Attribute Details

#encrypted_pin_block::String

Returns the value of attribute encrypted_pin_block.

Returns:

  • (::String)


953
954
955
# File 'sig/types.rbs', line 953

def encrypted_pin_block
  @encrypted_pin_block
end

#pin_verification_key_index::Integer

Returns the value of attribute pin_verification_key_index.

Returns:

  • (::Integer)


954
955
956
# File 'sig/types.rbs', line 954

def pin_verification_key_index
  @pin_verification_key_index
end