Class: Aws::Types::NodeEthereumAttributes
- Inherits:
-
Object
- Object
- Aws::Types::NodeEthereumAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#http_endpoint ⇒ ::String
Returns the value of attribute http_endpoint.
-
#web_socket_endpoint ⇒ ::String
Returns the value of attribute web_socket_endpoint.
Instance Attribute Details
#http_endpoint ⇒ ::String
Returns the value of attribute http_endpoint.
497 498 499 |
# File 'sig/types.rbs', line 497 def http_endpoint @http_endpoint end |
#web_socket_endpoint ⇒ ::String
Returns the value of attribute web_socket_endpoint.
498 499 500 |
# File 'sig/types.rbs', line 498 def web_socket_endpoint @web_socket_endpoint end |