#[non_exhaustive]pub struct DescribeLoggingConfigurationOutput { /* private fields */ }
Implementations
sourceimpl DescribeLoggingConfigurationOutput
impl DescribeLoggingConfigurationOutput
sourcepub fn firewall_arn(&self) -> Option<&str>
pub fn firewall_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the firewall.
sourcepub fn logging_configuration(&self) -> Option<&LoggingConfiguration>
pub fn logging_configuration(&self) -> Option<&LoggingConfiguration>
Defines how Network Firewall performs logging for a Firewall
.
sourceimpl DescribeLoggingConfigurationOutput
impl DescribeLoggingConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeLoggingConfigurationOutput
.
Trait Implementations
sourceimpl Clone for DescribeLoggingConfigurationOutput
impl Clone for DescribeLoggingConfigurationOutput
sourcefn clone(&self) -> DescribeLoggingConfigurationOutput
fn clone(&self) -> DescribeLoggingConfigurationOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<DescribeLoggingConfigurationOutput> for DescribeLoggingConfigurationOutput
impl PartialEq<DescribeLoggingConfigurationOutput> for DescribeLoggingConfigurationOutput
sourcefn eq(&self, other: &DescribeLoggingConfigurationOutput) -> bool
fn eq(&self, other: &DescribeLoggingConfigurationOutput) -> bool
impl StructuralPartialEq for DescribeLoggingConfigurationOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeLoggingConfigurationOutput
impl Send for DescribeLoggingConfigurationOutput
impl Sync for DescribeLoggingConfigurationOutput
impl Unpin for DescribeLoggingConfigurationOutput
impl UnwindSafe for DescribeLoggingConfigurationOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more