Class: Aws::Types::ProxyConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ProxyConfiguration
- 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.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def credentials @credentials end |
#host ⇒ ::String
Returns the value of attribute host.
1547 1548 1549 |
# File 'sig/types.rbs', line 1547 def host @host end |
#port ⇒ ::Integer
Returns the value of attribute port.
1548 1549 1550 |
# File 'sig/types.rbs', line 1548 def port @port end |