#[non_exhaustive]pub struct DeleteResolverRuleOutput { /* private fields */ }Implementations§
source§impl DeleteResolverRuleOutput
impl DeleteResolverRuleOutput
sourcepub fn resolver_rule(&self) -> Option<&ResolverRule>
pub fn resolver_rule(&self) -> Option<&ResolverRule>
Information about the DeleteResolverRule request, including the status of the request.
source§impl DeleteResolverRuleOutput
impl DeleteResolverRuleOutput
sourcepub fn builder() -> DeleteResolverRuleOutputBuilder
pub fn builder() -> DeleteResolverRuleOutputBuilder
Creates a new builder-style object to manufacture DeleteResolverRuleOutput.
Trait Implementations§
source§impl Clone for DeleteResolverRuleOutput
impl Clone for DeleteResolverRuleOutput
source§fn clone(&self) -> DeleteResolverRuleOutput
fn clone(&self) -> DeleteResolverRuleOutput
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 DeleteResolverRuleOutput
impl Debug for DeleteResolverRuleOutput
source§impl PartialEq<DeleteResolverRuleOutput> for DeleteResolverRuleOutput
impl PartialEq<DeleteResolverRuleOutput> for DeleteResolverRuleOutput
source§fn eq(&self, other: &DeleteResolverRuleOutput) -> bool
fn eq(&self, other: &DeleteResolverRuleOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteResolverRuleOutput
impl RequestId for DeleteResolverRuleOutput
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.