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