Class: Aws::Types::DeviceSecretVerifierConfigType
- Inherits:
-
Object
- Object
- Aws::Types::DeviceSecretVerifierConfigType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#password_verifier ⇒ ::String
Returns the value of attribute password_verifier.
-
#salt ⇒ ::String
Returns the value of attribute salt.
Instance Attribute Details
#password_verifier ⇒ ::String
Returns the value of attribute password_verifier.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def password_verifier @password_verifier end |
#salt ⇒ ::String
Returns the value of attribute salt.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def salt @salt end |