Class: Aws::Types::ReadBasicAuthConnectionMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ReadBasicAuthConnectionMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_endpoint ⇒ ::String
Returns the value of attribute base_endpoint.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#base_endpoint ⇒ ::String
Returns the value of attribute base_endpoint.
9526 9527 9528 |
# File 'sig/types.rbs', line 9526 def base_endpoint @base_endpoint end |
#username ⇒ ::String
Returns the value of attribute username.
9527 9528 9529 |
# File 'sig/types.rbs', line 9527 def username @username end |