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