Struct aws_sdk_ecs::output::DiscoverPollEndpointOutput
source · #[non_exhaustive]pub struct DiscoverPollEndpointOutput { /* private fields */ }Implementations§
source§impl DiscoverPollEndpointOutput
impl DiscoverPollEndpointOutput
sourcepub fn telemetry_endpoint(&self) -> Option<&str>
pub fn telemetry_endpoint(&self) -> Option<&str>
The telemetry endpoint for the Amazon ECS agent.
sourcepub fn service_connect_endpoint(&self) -> Option<&str>
pub fn service_connect_endpoint(&self) -> Option<&str>
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.
source§impl DiscoverPollEndpointOutput
impl DiscoverPollEndpointOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DiscoverPollEndpointOutput.
Trait Implementations§
source§impl Clone for DiscoverPollEndpointOutput
impl Clone for DiscoverPollEndpointOutput
source§fn clone(&self) -> DiscoverPollEndpointOutput
fn clone(&self) -> DiscoverPollEndpointOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DiscoverPollEndpointOutput
impl Debug for DiscoverPollEndpointOutput
source§impl PartialEq<DiscoverPollEndpointOutput> for DiscoverPollEndpointOutput
impl PartialEq<DiscoverPollEndpointOutput> for DiscoverPollEndpointOutput
source§fn eq(&self, other: &DiscoverPollEndpointOutput) -> bool
fn eq(&self, other: &DiscoverPollEndpointOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.