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)


9526
9527
9528
# File 'sig/types.rbs', line 9526

def base_endpoint
  @base_endpoint
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


9527
9528
9529
# File 'sig/types.rbs', line 9527

def username
  @username
end