Class: Aws::Types::UsernamePassword

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


1808
1809
1810
# File 'sig/types.rbs', line 1808

def password
  @password
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


1807
1808
1809
# File 'sig/types.rbs', line 1807

def username
  @username
end