#[non_exhaustive]pub struct LogPublishingOptionsStatus { /* private fields */ }
Expand description
The configured log publishing options for the domain and their current status.
Implementations§
source§impl 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.
source§impl LogPublishingOptionsStatus
impl LogPublishingOptionsStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LogPublishingOptionsStatus
.
Trait Implementations§
source§impl Clone for LogPublishingOptionsStatus
impl Clone for LogPublishingOptionsStatus
source§fn clone(&self) -> LogPublishingOptionsStatus
fn clone(&self) -> LogPublishingOptionsStatus
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 LogPublishingOptionsStatus
impl Debug for LogPublishingOptionsStatus
source§impl PartialEq<LogPublishingOptionsStatus> for LogPublishingOptionsStatus
impl PartialEq<LogPublishingOptionsStatus> for LogPublishingOptionsStatus
source§fn eq(&self, other: &LogPublishingOptionsStatus) -> bool
fn eq(&self, other: &LogPublishingOptionsStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.