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.
9158 9159 9160 |
# File 'sig/types.rbs', line 9158 def base_endpoint @base_endpoint end |
#username ⇒ ::String
Returns the value of attribute username.
9159 9160 9161 |
# File 'sig/types.rbs', line 9159 def username @username end |