Class: Aws::Types::UsernamePassword

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:password])

Instance Attribute Summary collapse

Instance Attribute Details

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


6991
6992
6993
# File 'sig/types.rbs', line 6991

def password
  @password
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


6992
6993
6994
# File 'sig/types.rbs', line 6992

def username
  @username
end