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)


209
210
211
# File 'sig/types.rbs', line 209

def password
  @password
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def username
  @username
end