Class: Aws::Types::DeviceSecretVerifierConfigType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#password_verifier::String

Returns the value of attribute password_verifier.

Returns:

  • (::String)


1024
1025
1026
# File 'sig/types.rbs', line 1024

def password_verifier
  @password_verifier
end

#salt::String

Returns the value of attribute salt.

Returns:

  • (::String)


1025
1026
1027
# File 'sig/types.rbs', line 1025

def salt
  @salt
end