Class: Aws::ECS::Types::DiscoverPollEndpointResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpointString

The endpoint for the Amazon ECS agent to poll.

Returns:

  • (String)


4453
4454
4455
4456
4457
4458
4459
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4453

class DiscoverPollEndpointResponse < Struct.new(
  :endpoint,
  :telemetry_endpoint,
  :service_connect_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#service_connect_endpointString

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.

Returns:

  • (String)


4453
4454
4455
4456
4457
4458
4459
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4453

class DiscoverPollEndpointResponse < Struct.new(
  :endpoint,
  :telemetry_endpoint,
  :service_connect_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#telemetry_endpointString

The telemetry endpoint for the Amazon ECS agent.

Returns:

  • (String)


4453
4454
4455
4456
4457
4458
4459
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4453

class DiscoverPollEndpointResponse < Struct.new(
  :endpoint,
  :telemetry_endpoint,
  :service_connect_endpoint)
  SENSITIVE = []
  include Aws::Structure
end