Class: Aws::Types::BasicAuthConnectionMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username, :password])

Instance Attribute Summary collapse

Instance Attribute Details

#base_endpoint::String

Returns the value of attribute base_endpoint.

Returns:

  • (::String)


981
982
983
# File 'sig/types.rbs', line 981

def base_endpoint
  @base_endpoint
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


983
984
985
# File 'sig/types.rbs', line 983

def password
  @password
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


982
983
984
# File 'sig/types.rbs', line 982

def username
  @username
end