Struct aws_sdk_opensearch::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>
The timestamp of when the entity was created.
sourcepub fn update_date(&self) -> Option<&DateTime>
pub fn update_date(&self) -> Option<&DateTime>
The timestamp of the last time the entity was updated.
sourcepub fn update_version(&self) -> i32
pub fn update_version(&self) -> i32
The latest version of the entity.
sourcepub fn state(&self) -> Option<&OptionState>
pub fn state(&self) -> Option<&OptionState>
Provides the OptionState
for the domain.
sourcepub fn pending_deletion(&self) -> Option<bool>
pub fn pending_deletion(&self) -> Option<bool>
Indicates whether the 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 more