#[non_exhaustive]pub struct ListResolverConfigsOutput { /* private fields */ }Implementations§
source§impl ListResolverConfigsOutput
impl ListResolverConfigsOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If a response includes the last of the Resolver configurations that are associated with the current Amazon Web Services account, NextToken doesn't appear in the response.
If a response doesn't include the last of the configurations, you can get more configurations by submitting another ListResolverConfigs request. Get the value of NextToken that Amazon Route 53 returned in the previous response and include it in NextToken in the next request.
sourcepub fn resolver_configs(&self) -> Option<&[ResolverConfig]>
pub fn resolver_configs(&self) -> Option<&[ResolverConfig]>
An array that contains one ResolverConfigs element for each Resolver configuration that is associated with the current Amazon Web Services account.
source§impl ListResolverConfigsOutput
impl ListResolverConfigsOutput
sourcepub fn builder() -> ListResolverConfigsOutputBuilder
pub fn builder() -> ListResolverConfigsOutputBuilder
Creates a new builder-style object to manufacture ListResolverConfigsOutput.
Trait Implementations§
source§impl Clone for ListResolverConfigsOutput
impl Clone for ListResolverConfigsOutput
source§fn clone(&self) -> ListResolverConfigsOutput
fn clone(&self) -> ListResolverConfigsOutput
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 Debug for ListResolverConfigsOutput
impl Debug for ListResolverConfigsOutput
source§impl PartialEq<ListResolverConfigsOutput> for ListResolverConfigsOutput
impl PartialEq<ListResolverConfigsOutput> for ListResolverConfigsOutput
source§fn eq(&self, other: &ListResolverConfigsOutput) -> bool
fn eq(&self, other: &ListResolverConfigsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListResolverConfigsOutput
impl RequestId for ListResolverConfigsOutput
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.