Struct aws_sdk_ecs::input::DiscoverPollEndpointInput
source · #[non_exhaustive]pub struct DiscoverPollEndpointInput { /* private fields */ }Implementations§
source§impl DiscoverPollEndpointInput
impl DiscoverPollEndpointInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DiscoverPollEndpoint, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DiscoverPollEndpoint, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DiscoverPollEndpoint>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DiscoverPollEndpointInput.
source§impl DiscoverPollEndpointInput
impl DiscoverPollEndpointInput
sourcepub fn container_instance(&self) -> Option<&str>
pub fn container_instance(&self) -> Option<&str>
The container instance ID or full ARN of the container instance. For more information about the ARN format, see Amazon Resource Name (ARN) in the Amazon ECS Developer Guide.
Trait Implementations§
source§impl Clone for DiscoverPollEndpointInput
impl Clone for DiscoverPollEndpointInput
source§fn clone(&self) -> DiscoverPollEndpointInput
fn clone(&self) -> DiscoverPollEndpointInput
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 DiscoverPollEndpointInput
impl Debug for DiscoverPollEndpointInput
source§impl PartialEq<DiscoverPollEndpointInput> for DiscoverPollEndpointInput
impl PartialEq<DiscoverPollEndpointInput> for DiscoverPollEndpointInput
source§fn eq(&self, other: &DiscoverPollEndpointInput) -> bool
fn eq(&self, other: &DiscoverPollEndpointInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.