Struct aws_sdk_elasticsearch::model::OptionStatus
source · [−]#[non_exhaustive]pub struct OptionStatus { /* private fields */ }
Expand description
Provides the current status of the entity.
Implementations
sourceimpl 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.
sourceimpl OptionStatus
impl OptionStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture OptionStatus
.
Trait Implementations
sourceimpl Clone for OptionStatus
impl Clone for OptionStatus
sourcefn clone(&self) -> OptionStatus
fn clone(&self) -> OptionStatus
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 OptionStatus
impl Debug for OptionStatus
sourceimpl PartialEq<OptionStatus> for OptionStatus
impl PartialEq<OptionStatus> for OptionStatus
sourcefn eq(&self, other: &OptionStatus) -> bool
fn eq(&self, other: &OptionStatus) -> bool
impl StructuralPartialEq for OptionStatus
Auto Trait Implementations
impl RefUnwindSafe for OptionStatus
impl Send for OptionStatus
impl Sync for OptionStatus
impl Unpin for OptionStatus
impl UnwindSafe for OptionStatus
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