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.
981 982 983 |
# File 'sig/types.rbs', line 981 def base_endpoint @base_endpoint end |
#password ⇒ ::String
Returns the value of attribute password.
983 984 985 |
# File 'sig/types.rbs', line 983 def password @password end |
#username ⇒ ::String
Returns the value of attribute username.
982 983 984 |
# File 'sig/types.rbs', line 982 def username @username end |