Class: Aws::Types::Credential

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username, :password])

Instance Attribute Summary collapse

Instance Attribute Details

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


219
220
221
# File 'sig/types.rbs', line 219

def password
  @password
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def username
  @username
end