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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#endpointString

The endpoint for the Amazon ECS agent to poll.

Returns:

  • (String)


2711
2712
2713
2714
2715
# File 'lib/aws-sdk-ecs/types.rb', line 2711

class DiscoverPollEndpointResponse < Struct.new(
  :endpoint,
  :telemetry_endpoint)
  include Aws::Structure
end

#telemetry_endpointString

The telemetry endpoint for the Amazon ECS agent.

Returns:

  • (String)


2711
2712
2713
2714
2715
# File 'lib/aws-sdk-ecs/types.rb', line 2711

class DiscoverPollEndpointResponse < Struct.new(
  :endpoint,
  :telemetry_endpoint)
  include Aws::Structure
end