Class: Aws::Types::PinVerificationAttributes

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

Defined Under Namespace

Classes: Ibm3624Pin, Unknown, VisaPin

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#ibm_3624_pinTypes::Ibm3624PinVerification

Returns the value of attribute ibm_3624_pin.

Returns:



627
628
629
# File 'sig/types.rbs', line 627

def ibm_3624_pin
  @ibm_3624_pin
end

#unknownObject

Returns the value of attribute unknown.

Returns:



628
629
630
# File 'sig/types.rbs', line 628

def unknown
  @unknown
end

#visa_pinTypes::VisaPinVerification

Returns the value of attribute visa_pin.

Returns:



626
627
628
# File 'sig/types.rbs', line 626

def visa_pin
  @visa_pin
end