Class: Aws::Types::BasicAuthConnectionMetadata
- Inherits:
-
Object
- Object
- Aws::Types::BasicAuthConnectionMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_endpoint ⇒ ::String
Returns the value of attribute base_endpoint.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#base_endpoint ⇒ ::String
Returns the value of attribute base_endpoint.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def base_endpoint @base_endpoint end |
#password ⇒ ::String
Returns the value of attribute password.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def password @password end |
#username ⇒ ::String
Returns the value of attribute username.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def username @username end |