DiscoverPollEndpointResponse
public struct DiscoverPollEndpointResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The endpoint for the Amazon ECS agent to poll.
Declaration
Swift
public let endpoint: String?
-
The telemetry endpoint for the Amazon ECS agent.
Declaration
Swift
public let telemetryEndpoint: String?
-
Undocumented
Declaration
Swift
public init(endpoint: String? = nil, telemetryEndpoint: String? = nil)