Class: Aws::Types::RemoteAccessEndpoints

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:remote_driver_endpoint, :interactive_endpoint])

Instance Attribute Summary collapse

Instance Attribute Details

#interactive_endpoint::String

Returns the value of attribute interactive_endpoint.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1081
1082
1083
# File 'sig/types.rbs', line 1081

def remote_driver_endpoint
  @remote_driver_endpoint
end