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

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

Overview

<zonbook />

<xhtml />

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpointString

The endpoint for the Amazon ECS agent to poll.

Returns:

  • (String)


6925
6926
6927
6928
6929
6930
6931
# File 'lib/aws-sdk-ecs/types.rb', line 6925

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*.

[1]: docs.aws.amazon.com/AmazonECS/latest/developerguide/service-connect.html

Returns:

  • (String)


6925
6926
6927
6928
6929
6930
6931
# File 'lib/aws-sdk-ecs/types.rb', line 6925

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)


6925
6926
6927
6928
6929
6930
6931
# File 'lib/aws-sdk-ecs/types.rb', line 6925

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