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