Class: Aws::Types::BasicAuthenticationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::BasicAuthenticationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#credentials ⇒ ::String
Returns the value of attribute credentials.
-
#host ⇒ ::String
Returns the value of attribute host.
-
#port ⇒ ::Integer
Returns the value of attribute port.
Instance Attribute Details
#credentials ⇒ ::String
Returns the value of attribute credentials.
126 127 128 |
# File 'sig/types.rbs', line 126 def credentials @credentials end |
#host ⇒ ::String
Returns the value of attribute host.
124 125 126 |
# File 'sig/types.rbs', line 124 def host @host end |
#port ⇒ ::Integer
Returns the value of attribute port.
125 126 127 |
# File 'sig/types.rbs', line 125 def port @port end |