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.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def endpoint @endpoint end |
#service_connect_endpoint ⇒ ::String
Returns the value of attribute service_connect_endpoint.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def service_connect_endpoint @service_connect_endpoint end |
#telemetry_endpoint ⇒ ::String
Returns the value of attribute telemetry_endpoint.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def telemetry_endpoint @telemetry_endpoint end |