Class: Aws::Types::DiscoverPollEndpointResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


1135
1136
1137
# File 'sig/types.rbs', line 1135

def endpoint
  @endpoint
end

#service_connect_endpoint::String

Returns the value of attribute service_connect_endpoint.

Returns:

  • (::String)


1137
1138
1139
# File 'sig/types.rbs', line 1137

def service_connect_endpoint
  @service_connect_endpoint
end

#telemetry_endpoint::String

Returns the value of attribute telemetry_endpoint.

Returns:

  • (::String)


1136
1137
1138
# File 'sig/types.rbs', line 1136

def telemetry_endpoint
  @telemetry_endpoint
end