Struct aws_sdk_elasticsearch::model::OptionStatus
source · #[non_exhaustive]pub struct OptionStatus { /* private fields */ }
Expand description
Provides the current status of the entity.
Implementations§
source§impl OptionStatus
impl OptionStatus
sourcepub fn creation_date(&self) -> Option<&DateTime>
pub fn creation_date(&self) -> Option<&DateTime>
Timestamp which tells the creation date for the entity.
sourcepub fn update_date(&self) -> Option<&DateTime>
pub fn update_date(&self) -> Option<&DateTime>
Timestamp which tells the last updated time for the entity.
sourcepub fn update_version(&self) -> i32
pub fn update_version(&self) -> i32
Specifies the latest version for the entity.
sourcepub fn state(&self) -> Option<&OptionState>
pub fn state(&self) -> Option<&OptionState>
Provides the OptionState
for the Elasticsearch domain.
sourcepub fn pending_deletion(&self) -> Option<bool>
pub fn pending_deletion(&self) -> Option<bool>
Indicates whether the Elasticsearch domain is being deleted.
source§impl OptionStatus
impl OptionStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture OptionStatus
.
Trait Implementations§
source§impl Clone for OptionStatus
impl Clone for OptionStatus
source§fn clone(&self) -> OptionStatus
fn clone(&self) -> OptionStatus
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 OptionStatus
impl Debug for OptionStatus
source§impl PartialEq<OptionStatus> for OptionStatus
impl PartialEq<OptionStatus> for OptionStatus
source§fn eq(&self, other: &OptionStatus) -> bool
fn eq(&self, other: &OptionStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.