Struct aws_sdk_route53resolver::operation::get_resolver_rule_association::GetResolverRuleAssociationOutput
source · #[non_exhaustive]pub struct GetResolverRuleAssociationOutput { /* private fields */ }Implementations§
source§impl GetResolverRuleAssociationOutput
impl GetResolverRuleAssociationOutput
sourcepub fn resolver_rule_association(&self) -> Option<&ResolverRuleAssociation>
pub fn resolver_rule_association(&self) -> Option<&ResolverRuleAssociation>
Information about the Resolver rule association that you specified in a GetResolverRuleAssociation request.
source§impl GetResolverRuleAssociationOutput
impl GetResolverRuleAssociationOutput
sourcepub fn builder() -> GetResolverRuleAssociationOutputBuilder
pub fn builder() -> GetResolverRuleAssociationOutputBuilder
Creates a new builder-style object to manufacture GetResolverRuleAssociationOutput.
Trait Implementations§
source§impl Clone for GetResolverRuleAssociationOutput
impl Clone for GetResolverRuleAssociationOutput
source§fn clone(&self) -> GetResolverRuleAssociationOutput
fn clone(&self) -> GetResolverRuleAssociationOutput
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<GetResolverRuleAssociationOutput> for GetResolverRuleAssociationOutput
impl PartialEq<GetResolverRuleAssociationOutput> for GetResolverRuleAssociationOutput
source§fn eq(&self, other: &GetResolverRuleAssociationOutput) -> bool
fn eq(&self, other: &GetResolverRuleAssociationOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetResolverRuleAssociationOutput
impl RequestId for GetResolverRuleAssociationOutput
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.