Struct aws_sdk_route53resolver::operation::get_resolver_query_log_config::GetResolverQueryLogConfigOutput
source · #[non_exhaustive]pub struct GetResolverQueryLogConfigOutput { /* private fields */ }Implementations§
source§impl GetResolverQueryLogConfigOutput
impl GetResolverQueryLogConfigOutput
sourcepub fn resolver_query_log_config(&self) -> Option<&ResolverQueryLogConfig>
pub fn resolver_query_log_config(&self) -> Option<&ResolverQueryLogConfig>
Information about the Resolver query logging configuration that you specified in a GetQueryLogConfig request.
source§impl GetResolverQueryLogConfigOutput
impl GetResolverQueryLogConfigOutput
sourcepub fn builder() -> GetResolverQueryLogConfigOutputBuilder
pub fn builder() -> GetResolverQueryLogConfigOutputBuilder
Creates a new builder-style object to manufacture GetResolverQueryLogConfigOutput.
Trait Implementations§
source§impl Clone for GetResolverQueryLogConfigOutput
impl Clone for GetResolverQueryLogConfigOutput
source§fn clone(&self) -> GetResolverQueryLogConfigOutput
fn clone(&self) -> GetResolverQueryLogConfigOutput
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<GetResolverQueryLogConfigOutput> for GetResolverQueryLogConfigOutput
impl PartialEq<GetResolverQueryLogConfigOutput> for GetResolverQueryLogConfigOutput
source§fn eq(&self, other: &GetResolverQueryLogConfigOutput) -> bool
fn eq(&self, other: &GetResolverQueryLogConfigOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetResolverQueryLogConfigOutput
impl RequestId for GetResolverQueryLogConfigOutput
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.