Struct aws_sdk_route53resolver::operation::delete_resolver_endpoint::DeleteResolverEndpointOutput
source · #[non_exhaustive]pub struct DeleteResolverEndpointOutput { /* private fields */ }Implementations§
source§impl DeleteResolverEndpointOutput
impl DeleteResolverEndpointOutput
sourcepub fn resolver_endpoint(&self) -> Option<&ResolverEndpoint>
pub fn resolver_endpoint(&self) -> Option<&ResolverEndpoint>
Information about the DeleteResolverEndpoint request, including the status of the request.
source§impl DeleteResolverEndpointOutput
impl DeleteResolverEndpointOutput
sourcepub fn builder() -> DeleteResolverEndpointOutputBuilder
pub fn builder() -> DeleteResolverEndpointOutputBuilder
Creates a new builder-style object to manufacture DeleteResolverEndpointOutput.
Trait Implementations§
source§impl Clone for DeleteResolverEndpointOutput
impl Clone for DeleteResolverEndpointOutput
source§fn clone(&self) -> DeleteResolverEndpointOutput
fn clone(&self) -> DeleteResolverEndpointOutput
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 DeleteResolverEndpointOutput
impl Debug for DeleteResolverEndpointOutput
source§impl PartialEq<DeleteResolverEndpointOutput> for DeleteResolverEndpointOutput
impl PartialEq<DeleteResolverEndpointOutput> for DeleteResolverEndpointOutput
source§fn eq(&self, other: &DeleteResolverEndpointOutput) -> bool
fn eq(&self, other: &DeleteResolverEndpointOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteResolverEndpointOutput
impl RequestId for DeleteResolverEndpointOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.