Class: Aws::Types::PinGenerationAttributes
- Inherits:
-
Object
- Object
- Aws::Types::PinGenerationAttributes
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Ibm3624NaturalPin, Ibm3624PinFromOffset, Ibm3624PinOffset, Ibm3624RandomPin, Unknown, VisaPin, VisaPinVerificationValue
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ibm_3624_natural_pin ⇒ Types::Ibm3624NaturalPin
Returns the value of attribute ibm_3624_natural_pin.
-
#ibm_3624_pin_from_offset ⇒ Types::Ibm3624PinFromOffset
Returns the value of attribute ibm_3624_pin_from_offset.
-
#ibm_3624_pin_offset ⇒ Types::Ibm3624PinOffset
Returns the value of attribute ibm_3624_pin_offset.
-
#ibm_3624_random_pin ⇒ Types::Ibm3624RandomPin
Returns the value of attribute ibm_3624_random_pin.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#visa_pin ⇒ Types::VisaPin
Returns the value of attribute visa_pin.
-
#visa_pin_verification_value ⇒ Types::VisaPinVerificationValue
Returns the value of attribute visa_pin_verification_value.
Instance Attribute Details
#ibm_3624_natural_pin ⇒ Types::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_offset ⇒ Types::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_offset ⇒ Types::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_pin ⇒ Types::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 |
#unknown ⇒ Object
Returns the value of attribute unknown.
606 607 608 |
# File 'sig/types.rbs', line 606 def unknown @unknown end |
#visa_pin ⇒ Types::VisaPin
Returns the value of attribute visa_pin.
600 601 602 |
# File 'sig/types.rbs', line 600 def visa_pin @visa_pin end |
#visa_pin_verification_value ⇒ Types::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 |