Struct aws_sdk_route53resolver::operation::associate_resolver_query_log_config::AssociateResolverQueryLogConfigOutput
source · #[non_exhaustive]pub struct AssociateResolverQueryLogConfigOutput { /* private fields */ }Implementations§
source§impl AssociateResolverQueryLogConfigOutput
impl AssociateResolverQueryLogConfigOutput
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 a specified association between an Amazon VPC and a query logging configuration.
source§impl AssociateResolverQueryLogConfigOutput
impl AssociateResolverQueryLogConfigOutput
sourcepub fn builder() -> AssociateResolverQueryLogConfigOutputBuilder
pub fn builder() -> AssociateResolverQueryLogConfigOutputBuilder
Creates a new builder-style object to manufacture AssociateResolverQueryLogConfigOutput.
Trait Implementations§
source§impl Clone for AssociateResolverQueryLogConfigOutput
impl Clone for AssociateResolverQueryLogConfigOutput
source§fn clone(&self) -> AssociateResolverQueryLogConfigOutput
fn clone(&self) -> AssociateResolverQueryLogConfigOutput
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<AssociateResolverQueryLogConfigOutput> for AssociateResolverQueryLogConfigOutput
impl PartialEq<AssociateResolverQueryLogConfigOutput> for AssociateResolverQueryLogConfigOutput
source§fn eq(&self, other: &AssociateResolverQueryLogConfigOutput) -> bool
fn eq(&self, other: &AssociateResolverQueryLogConfigOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for AssociateResolverQueryLogConfigOutput
impl RequestId for AssociateResolverQueryLogConfigOutput
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.