Class: Aws::Types::Credentials

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

Defined Under Namespace

Classes: Unknown, UsernamePassword

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username_password])

Instance Attribute Summary collapse

Instance Attribute Details

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


321
322
323
# File 'sig/types.rbs', line 321

def unknown
  @unknown
end

#username_passwordTypes::UsernamePassword

Returns the value of attribute username_password.



320
321
322
# File 'sig/types.rbs', line 320

def username_password
  @username_password
end