Struct aws_sdk_route53resolver::operation::disassociate_resolver_query_log_config::DisassociateResolverQueryLogConfigOutput
source · #[non_exhaustive]pub struct DisassociateResolverQueryLogConfigOutput { /* private fields */ }Implementations§
source§impl DisassociateResolverQueryLogConfigOutput
impl DisassociateResolverQueryLogConfigOutput
sourcepub fn resolver_query_log_config_association(
&self
) -> Option<&ResolverQueryLogConfigAssociation>
pub fn resolver_query_log_config_association( &self ) -> Option<&ResolverQueryLogConfigAssociation>
A complex type that contains settings for the association that you deleted between an Amazon VPC and a query logging configuration.
source§impl DisassociateResolverQueryLogConfigOutput
impl DisassociateResolverQueryLogConfigOutput
sourcepub fn builder() -> DisassociateResolverQueryLogConfigOutputBuilder
pub fn builder() -> DisassociateResolverQueryLogConfigOutputBuilder
Creates a new builder-style object to manufacture DisassociateResolverQueryLogConfigOutput.
Trait Implementations§
source§impl Clone for DisassociateResolverQueryLogConfigOutput
impl Clone for DisassociateResolverQueryLogConfigOutput
source§fn clone(&self) -> DisassociateResolverQueryLogConfigOutput
fn clone(&self) -> DisassociateResolverQueryLogConfigOutput
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<DisassociateResolverQueryLogConfigOutput> for DisassociateResolverQueryLogConfigOutput
impl PartialEq<DisassociateResolverQueryLogConfigOutput> for DisassociateResolverQueryLogConfigOutput
source§fn eq(&self, other: &DisassociateResolverQueryLogConfigOutput) -> bool
fn eq(&self, other: &DisassociateResolverQueryLogConfigOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DisassociateResolverQueryLogConfigOutput
impl RequestId for DisassociateResolverQueryLogConfigOutput
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.