Class: Aws::Types::BasicAuthenticationCredentials

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)


471
472
473
# File 'sig/types.rbs', line 471

def password
  @password
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


470
471
472
# File 'sig/types.rbs', line 470

def user_name
  @user_name
end