#[non_exhaustive]pub struct ListResolverRulesOutput { /* private fields */ }Implementations§
source§impl ListResolverRulesOutput
impl ListResolverRulesOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If more than MaxResults Resolver rules match the specified criteria, you can submit another ListResolverRules request to get the next group of results. In the next request, specify the value of NextToken from the previous response.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The value that you specified for MaxResults in the request.
sourcepub fn resolver_rules(&self) -> Option<&[ResolverRule]>
pub fn resolver_rules(&self) -> Option<&[ResolverRule]>
The Resolver rules that were created using the current Amazon Web Services account and that match the specified filters, if any.
source§impl ListResolverRulesOutput
impl ListResolverRulesOutput
sourcepub fn builder() -> ListResolverRulesOutputBuilder
pub fn builder() -> ListResolverRulesOutputBuilder
Creates a new builder-style object to manufacture ListResolverRulesOutput.
Trait Implementations§
source§impl Clone for ListResolverRulesOutput
impl Clone for ListResolverRulesOutput
source§fn clone(&self) -> ListResolverRulesOutput
fn clone(&self) -> ListResolverRulesOutput
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 ListResolverRulesOutput
impl Debug for ListResolverRulesOutput
source§impl PartialEq<ListResolverRulesOutput> for ListResolverRulesOutput
impl PartialEq<ListResolverRulesOutput> for ListResolverRulesOutput
source§fn eq(&self, other: &ListResolverRulesOutput) -> bool
fn eq(&self, other: &ListResolverRulesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListResolverRulesOutput
impl RequestId for ListResolverRulesOutput
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.