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)


2253
2254
2255
2256
2257
# File 'lib/aws-sdk-ecs/types.rb', line 2253

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

#telemetry_endpointString

The telemetry endpoint for the Amazon ECS agent.

Returns:

  • (String)


2253
2254
2255
2256
2257
# File 'lib/aws-sdk-ecs/types.rb', line 2253

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