Struct aws_sdk_mq::model::LogsSummary
source · [−]#[non_exhaustive]pub struct LogsSummary { /* private fields */ }
Expand description
The list of information about logs currently enabled and pending to be deployed for the specified broker.
Implementations
sourceimpl LogsSummary
impl LogsSummary
sourcepub fn audit(&self) -> bool
pub fn audit(&self) -> bool
Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged.
sourcepub fn audit_log_group(&self) -> Option<&str>
pub fn audit_log_group(&self) -> Option<&str>
The location of the CloudWatch Logs log group where audit logs are sent.
sourcepub fn general_log_group(&self) -> Option<&str>
pub fn general_log_group(&self) -> Option<&str>
The location of the CloudWatch Logs log group where general logs are sent.
sourcepub fn pending(&self) -> Option<&PendingLogs>
pub fn pending(&self) -> Option<&PendingLogs>
The list of information about logs pending to be deployed for the specified broker.
sourceimpl LogsSummary
impl LogsSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LogsSummary
.
Trait Implementations
sourceimpl Clone for LogsSummary
impl Clone for LogsSummary
sourcefn clone(&self) -> LogsSummary
fn clone(&self) -> LogsSummary
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 Debug for LogsSummary
impl Debug for LogsSummary
sourceimpl PartialEq<LogsSummary> for LogsSummary
impl PartialEq<LogsSummary> for LogsSummary
sourcefn eq(&self, other: &LogsSummary) -> bool
fn eq(&self, other: &LogsSummary) -> bool
impl StructuralPartialEq for LogsSummary
Auto Trait Implementations
impl RefUnwindSafe for LogsSummary
impl Send for LogsSummary
impl Sync for LogsSummary
impl Unpin for LogsSummary
impl UnwindSafe for LogsSummary
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