Class: Aws::Types::RemoteAccessEndpoints
- Inherits:
-
Object
- Object
- Aws::Types::RemoteAccessEndpoints
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#interactive_endpoint ⇒ ::String
Returns the value of attribute interactive_endpoint.
-
#remote_driver_endpoint ⇒ ::String
Returns the value of attribute remote_driver_endpoint.
Instance Attribute Details
#interactive_endpoint ⇒ ::String
Returns the value of attribute interactive_endpoint.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def interactive_endpoint @interactive_endpoint end |
#remote_driver_endpoint ⇒ ::String
Returns the value of attribute remote_driver_endpoint.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def remote_driver_endpoint @remote_driver_endpoint end |