Class: Aws::ECS::Types::DiscoverPollEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DiscoverPollEndpointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint ⇒ String
The endpoint for the Amazon ECS agent to poll.
-
#service_connect_endpoint ⇒ String
The endpoint for the Amazon ECS agent to poll for Service Connect configuration.
-
#telemetry_endpoint ⇒ String
The telemetry endpoint for the Amazon ECS agent.
Instance Attribute Details
#endpoint ⇒ String
The endpoint for the Amazon ECS agent to poll.
7329 7330 7331 7332 7333 7334 7335 |
# File 'lib/aws-sdk-ecs/types.rb', line 7329 class DiscoverPollEndpointResponse < Struct.new( :endpoint, :telemetry_endpoint, :service_connect_endpoint) SENSITIVE = [] include Aws::Structure end |
#service_connect_endpoint ⇒ String
The endpoint for the Amazon ECS agent to poll for Service Connect configuration. For more information, see Service Connect in the Amazon Elastic Container Service Developer Guide.
7329 7330 7331 7332 7333 7334 7335 |
# File 'lib/aws-sdk-ecs/types.rb', line 7329 class DiscoverPollEndpointResponse < Struct.new( :endpoint, :telemetry_endpoint, :service_connect_endpoint) SENSITIVE = [] include Aws::Structure end |
#telemetry_endpoint ⇒ String
The telemetry endpoint for the Amazon ECS agent.
7329 7330 7331 7332 7333 7334 7335 |
# File 'lib/aws-sdk-ecs/types.rb', line 7329 class DiscoverPollEndpointResponse < Struct.new( :endpoint, :telemetry_endpoint, :service_connect_endpoint) SENSITIVE = [] include Aws::Structure end |