#[non_exhaustive]pub struct LogPublishingOptionsStatus { /* private fields */ }
Expand description
The configured log publishing options for the domain and their current status.
Implementations
sourceimpl LogPublishingOptionsStatus
impl LogPublishingOptionsStatus
sourcepub fn options(&self) -> Option<&HashMap<LogType, LogPublishingOption>>
pub fn options(&self) -> Option<&HashMap<LogType, LogPublishingOption>>
The log publishing options configured for the Elasticsearch domain.
sourcepub fn status(&self) -> Option<&OptionStatus>
pub fn status(&self) -> Option<&OptionStatus>
The status of the log publishing options for the Elasticsearch domain. See OptionStatus
for the status information that's included.
sourceimpl LogPublishingOptionsStatus
impl LogPublishingOptionsStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LogPublishingOptionsStatus
.
Trait Implementations
sourceimpl Clone for LogPublishingOptionsStatus
impl Clone for LogPublishingOptionsStatus
sourcefn clone(&self) -> LogPublishingOptionsStatus
fn clone(&self) -> LogPublishingOptionsStatus
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 LogPublishingOptionsStatus
impl Debug for LogPublishingOptionsStatus
sourceimpl PartialEq<LogPublishingOptionsStatus> for LogPublishingOptionsStatus
impl PartialEq<LogPublishingOptionsStatus> for LogPublishingOptionsStatus
sourcefn eq(&self, other: &LogPublishingOptionsStatus) -> bool
fn eq(&self, other: &LogPublishingOptionsStatus) -> bool
impl StructuralPartialEq for LogPublishingOptionsStatus
Auto Trait Implementations
impl RefUnwindSafe for LogPublishingOptionsStatus
impl Send for LogPublishingOptionsStatus
impl Sync for LogPublishingOptionsStatus
impl Unpin for LogPublishingOptionsStatus
impl UnwindSafe for LogPublishingOptionsStatus
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