Struct aws_sdk_elasticsearch::model::OptionStatus [−][src]
#[non_exhaustive]pub struct OptionStatus {
pub creation_date: Option<DateTime>,
pub update_date: Option<DateTime>,
pub update_version: i32,
pub state: Option<OptionState>,
pub pending_deletion: Option<bool>,
}
Expand description
Provides the current status of the entity.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.creation_date: Option<DateTime>
Timestamp which tells the creation date for the entity.
update_date: Option<DateTime>
Timestamp which tells the last updated time for the entity.
update_version: i32
Specifies the latest version for the entity.
state: Option<OptionState>
Provides the OptionState
for the Elasticsearch domain.
pending_deletion: Option<bool>
Indicates whether the Elasticsearch domain is being deleted.
Implementations
Timestamp which tells the creation date for the entity.
Timestamp which tells the last updated time for the entity.
Specifies the latest version for the entity.
Provides the OptionState
for the Elasticsearch domain.
Indicates whether the Elasticsearch domain is being deleted.
Creates a new builder-style object to manufacture OptionStatus
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more