Class: Aws::Types::PinGenerationAttributes

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

Defined Under Namespace

Classes: Ibm3624NaturalPin, Ibm3624PinFromOffset, Ibm3624PinOffset, Ibm3624RandomPin, Unknown, VisaPin, VisaPinVerificationValue

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ibm_3624_natural_pinTypes::Ibm3624NaturalPin

Returns the value of attribute ibm_3624_natural_pin.



603
604
605
# File 'sig/types.rbs', line 603

def ibm_3624_natural_pin
  @ibm_3624_natural_pin
end

#ibm_3624_pin_from_offsetTypes::Ibm3624PinFromOffset

Returns the value of attribute ibm_3624_pin_from_offset.



605
606
607
# File 'sig/types.rbs', line 605

def ibm_3624_pin_from_offset
  @ibm_3624_pin_from_offset
end

#ibm_3624_pin_offsetTypes::Ibm3624PinOffset

Returns the value of attribute ibm_3624_pin_offset.



602
603
604
# File 'sig/types.rbs', line 602

def ibm_3624_pin_offset
  @ibm_3624_pin_offset
end

#ibm_3624_random_pinTypes::Ibm3624RandomPin

Returns the value of attribute ibm_3624_random_pin.



604
605
606
# File 'sig/types.rbs', line 604

def ibm_3624_random_pin
  @ibm_3624_random_pin
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


606
607
608
# File 'sig/types.rbs', line 606

def unknown
  @unknown
end

#visa_pinTypes::VisaPin

Returns the value of attribute visa_pin.

Returns:



600
601
602
# File 'sig/types.rbs', line 600

def visa_pin
  @visa_pin
end

#visa_pin_verification_valueTypes::VisaPinVerificationValue

Returns the value of attribute visa_pin_verification_value.



601
602
603
# File 'sig/types.rbs', line 601

def visa_pin_verification_value
  @visa_pin_verification_value
end