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)


1040
1041
1042
# File 'sig/types.rbs', line 1040

def base_endpoint
  @base_endpoint
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


1042
1043
1044
# File 'sig/types.rbs', line 1042

def password
  @password
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


1041
1042
1043
# File 'sig/types.rbs', line 1041

def username
  @username
end