Class: Aws::Types::DiscoverPollEndpointResponse
- Inherits:
-
Object
- Object
- Aws::Types::DiscoverPollEndpointResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#service_connect_endpoint ⇒ ::String
Returns the value of attribute service_connect_endpoint.
-
#telemetry_endpoint ⇒ ::String
Returns the value of attribute telemetry_endpoint.
Instance Attribute Details
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
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.
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.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def telemetry_endpoint @telemetry_endpoint end |