Class: Aws::Types::ReadBasicAuthConnectionMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username])

Instance Attribute Summary collapse

Instance Attribute Details

#base_endpoint::String

Returns the value of attribute base_endpoint.

Returns:

  • (::String)


9158
9159
9160
# File 'sig/types.rbs', line 9158

def base_endpoint
  @base_endpoint
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


9159
9160
9161
# File 'sig/types.rbs', line 9159

def username
  @username
end