Struct aws_sdk_route53resolver::operation::create_resolver_query_log_config::CreateResolverQueryLogConfigOutput
source · #[non_exhaustive]pub struct CreateResolverQueryLogConfigOutput { /* private fields */ }Implementations§
source§impl CreateResolverQueryLogConfigOutput
impl CreateResolverQueryLogConfigOutput
sourcepub fn resolver_query_log_config(&self) -> Option<&ResolverQueryLogConfig>
pub fn resolver_query_log_config(&self) -> Option<&ResolverQueryLogConfig>
Information about the CreateResolverQueryLogConfig request, including the status of the request.
source§impl CreateResolverQueryLogConfigOutput
impl CreateResolverQueryLogConfigOutput
sourcepub fn builder() -> CreateResolverQueryLogConfigOutputBuilder
pub fn builder() -> CreateResolverQueryLogConfigOutputBuilder
Creates a new builder-style object to manufacture CreateResolverQueryLogConfigOutput.
Trait Implementations§
source§impl Clone for CreateResolverQueryLogConfigOutput
impl Clone for CreateResolverQueryLogConfigOutput
source§fn clone(&self) -> CreateResolverQueryLogConfigOutput
fn clone(&self) -> CreateResolverQueryLogConfigOutput
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<CreateResolverQueryLogConfigOutput> for CreateResolverQueryLogConfigOutput
impl PartialEq<CreateResolverQueryLogConfigOutput> for CreateResolverQueryLogConfigOutput
source§fn eq(&self, other: &CreateResolverQueryLogConfigOutput) -> bool
fn eq(&self, other: &CreateResolverQueryLogConfigOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateResolverQueryLogConfigOutput
impl RequestId for CreateResolverQueryLogConfigOutput
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.