Struct aws_sdk_route53resolver::operation::list_resolver_query_log_configs::ListResolverQueryLogConfigsOutput
source · #[non_exhaustive]pub struct ListResolverQueryLogConfigsOutput { /* private fields */ }Implementations§
source§impl ListResolverQueryLogConfigsOutput
impl ListResolverQueryLogConfigsOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If there are more than MaxResults query logging configurations, you can submit another ListResolverQueryLogConfigs request to get the next group of configurations. In the next request, specify the value of NextToken from the previous response.
sourcepub fn total_count(&self) -> i32
pub fn total_count(&self) -> i32
The total number of query logging configurations that were created by the current account in the specified Region. This count can differ from the number of query logging configurations that are returned in a ListResolverQueryLogConfigs response, depending on the values that you specify in the request.
sourcepub fn total_filtered_count(&self) -> i32
pub fn total_filtered_count(&self) -> i32
The total number of query logging configurations that were created by the current account in the specified Region and that match the filters that were specified in the ListResolverQueryLogConfigs request. For the total number of query logging configurations that were created by the current account in the specified Region, see TotalCount.
sourcepub fn resolver_query_log_configs(&self) -> Option<&[ResolverQueryLogConfig]>
pub fn resolver_query_log_configs(&self) -> Option<&[ResolverQueryLogConfig]>
A list that contains one ResolverQueryLogConfig element for each query logging configuration that matches the values that you specified for Filter.
source§impl ListResolverQueryLogConfigsOutput
impl ListResolverQueryLogConfigsOutput
sourcepub fn builder() -> ListResolverQueryLogConfigsOutputBuilder
pub fn builder() -> ListResolverQueryLogConfigsOutputBuilder
Creates a new builder-style object to manufacture ListResolverQueryLogConfigsOutput.
Trait Implementations§
source§impl Clone for ListResolverQueryLogConfigsOutput
impl Clone for ListResolverQueryLogConfigsOutput
source§fn clone(&self) -> ListResolverQueryLogConfigsOutput
fn clone(&self) -> ListResolverQueryLogConfigsOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq<ListResolverQueryLogConfigsOutput> for ListResolverQueryLogConfigsOutput
impl PartialEq<ListResolverQueryLogConfigsOutput> for ListResolverQueryLogConfigsOutput
source§fn eq(&self, other: &ListResolverQueryLogConfigsOutput) -> bool
fn eq(&self, other: &ListResolverQueryLogConfigsOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for ListResolverQueryLogConfigsOutput
impl RequestId for ListResolverQueryLogConfigsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.