Class: Aws::Types::BasicAuthenticationCredentials

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)


213
214
215
# File 'sig/types.rbs', line 213

def password
  @password
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def username
  @username
end