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