Struct rusoto_ecs::DiscoverPollEndpointResponse [] [src]

pub struct DiscoverPollEndpointResponse {
    pub endpoint: Option<String>,
    pub telemetry_endpoint: Option<String>,
}

Fields

The endpoint for the Amazon ECS agent to poll.

The telemetry endpoint for the Amazon ECS agent.

Trait Implementations

impl Default for DiscoverPollEndpointResponse
[src]

Returns the "default value" for a type. Read more

impl Debug for DiscoverPollEndpointResponse
[src]

Formats the value using the given formatter.

impl Clone for DiscoverPollEndpointResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more