Struct aws_sdk_appmesh::model::VirtualGatewayLogging
source · #[non_exhaustive]pub struct VirtualGatewayLogging { /* private fields */ }
Expand description
An object that represents logging information.
Implementations§
source§impl VirtualGatewayLogging
impl VirtualGatewayLogging
sourcepub fn access_log(&self) -> Option<&VirtualGatewayAccessLog>
pub fn access_log(&self) -> Option<&VirtualGatewayAccessLog>
The access log configuration.
source§impl VirtualGatewayLogging
impl VirtualGatewayLogging
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VirtualGatewayLogging
.
Trait Implementations§
source§impl Clone for VirtualGatewayLogging
impl Clone for VirtualGatewayLogging
source§fn clone(&self) -> VirtualGatewayLogging
fn clone(&self) -> VirtualGatewayLogging
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 VirtualGatewayLogging
impl Debug for VirtualGatewayLogging
source§impl PartialEq<VirtualGatewayLogging> for VirtualGatewayLogging
impl PartialEq<VirtualGatewayLogging> for VirtualGatewayLogging
source§fn eq(&self, other: &VirtualGatewayLogging) -> bool
fn eq(&self, other: &VirtualGatewayLogging) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.