Struct aws_sdk_route53resolver::operation::list_resolver_rule_associations::ListResolverRuleAssociationsOutput
source · #[non_exhaustive]pub struct ListResolverRuleAssociationsOutput { /* private fields */ }Implementations§
source§impl ListResolverRuleAssociationsOutput
impl ListResolverRuleAssociationsOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If more than MaxResults rule associations match the specified criteria, you can submit another ListResolverRuleAssociation 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_rule_associations(&self) -> Option<&[ResolverRuleAssociation]>
pub fn resolver_rule_associations(&self) -> Option<&[ResolverRuleAssociation]>
The associations that were created between Resolver rules and VPCs using the current Amazon Web Services account, and that match the specified filters, if any.
source§impl ListResolverRuleAssociationsOutput
impl ListResolverRuleAssociationsOutput
sourcepub fn builder() -> ListResolverRuleAssociationsOutputBuilder
pub fn builder() -> ListResolverRuleAssociationsOutputBuilder
Creates a new builder-style object to manufacture ListResolverRuleAssociationsOutput.
Trait Implementations§
source§impl Clone for ListResolverRuleAssociationsOutput
impl Clone for ListResolverRuleAssociationsOutput
source§fn clone(&self) -> ListResolverRuleAssociationsOutput
fn clone(&self) -> ListResolverRuleAssociationsOutput
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<ListResolverRuleAssociationsOutput> for ListResolverRuleAssociationsOutput
impl PartialEq<ListResolverRuleAssociationsOutput> for ListResolverRuleAssociationsOutput
source§fn eq(&self, other: &ListResolverRuleAssociationsOutput) -> bool
fn eq(&self, other: &ListResolverRuleAssociationsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListResolverRuleAssociationsOutput
impl RequestId for ListResolverRuleAssociationsOutput
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.