Struct aws_sdk_networkfirewall::operation::describe_logging_configuration::DescribeLoggingConfigurationOutput
source · #[non_exhaustive]pub struct DescribeLoggingConfigurationOutput { /* private fields */ }
Implementations§
source§impl 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
.
source§impl DescribeLoggingConfigurationOutput
impl DescribeLoggingConfigurationOutput
sourcepub fn builder() -> DescribeLoggingConfigurationOutputBuilder
pub fn builder() -> DescribeLoggingConfigurationOutputBuilder
Creates a new builder-style object to manufacture DescribeLoggingConfigurationOutput
.
Trait Implementations§
source§impl Clone for DescribeLoggingConfigurationOutput
impl Clone for DescribeLoggingConfigurationOutput
source§fn clone(&self) -> DescribeLoggingConfigurationOutput
fn clone(&self) -> DescribeLoggingConfigurationOutput
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<DescribeLoggingConfigurationOutput> for DescribeLoggingConfigurationOutput
impl PartialEq<DescribeLoggingConfigurationOutput> for DescribeLoggingConfigurationOutput
source§fn eq(&self, other: &DescribeLoggingConfigurationOutput) -> bool
fn eq(&self, other: &DescribeLoggingConfigurationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeLoggingConfigurationOutput
impl RequestId for DescribeLoggingConfigurationOutput
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.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more