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.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def password_verifier @password_verifier end |
#salt ⇒ ::String
Returns the value of attribute salt.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def salt @salt end |