Class: Aws::Types::PinData
- Inherits:
-
Object
- Object
- Aws::Types::PinData
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: PinOffset, Unknown, VerificationValue
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pin_offset ⇒ ::String
Returns the value of attribute pin_offset.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#verification_value ⇒ ::String
Returns the value of attribute verification_value.
Instance Attribute Details
#pin_offset ⇒ ::String
Returns the value of attribute pin_offset.
586 587 588 |
# File 'sig/types.rbs', line 586 def pin_offset @pin_offset end |
#unknown ⇒ Object
Returns the value of attribute unknown.
588 589 590 |
# File 'sig/types.rbs', line 588 def unknown @unknown end |
#verification_value ⇒ ::String
Returns the value of attribute verification_value.
587 588 589 |
# File 'sig/types.rbs', line 587 def verification_value @verification_value end |