Struct aws_sdk_elasticsearch::model::AutoTuneStatus [−][src]
#[non_exhaustive]pub struct AutoTuneStatus {
pub creation_date: Option<DateTime>,
pub update_date: Option<DateTime>,
pub update_version: i32,
pub state: Option<AutoTuneState>,
pub error_message: Option<String>,
pub pending_deletion: Option<bool>,
}
Expand description
Provides the current status of the Auto-Tune options.
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 Auto-Tune options creation date .
update_date: Option<DateTime>
Timestamp which tells Auto-Tune options last updated time.
update_version: i32
Specifies the Auto-Tune options latest version.
state: Option<AutoTuneState>
Specifies the AutoTuneState
for the Elasticsearch domain.
error_message: Option<String>
Specifies the error message while enabling or disabling the Auto-Tune options.
pending_deletion: Option<bool>
Indicates whether the Elasticsearch domain is being deleted.
Implementations
Timestamp which tells Auto-Tune options creation date .
Timestamp which tells Auto-Tune options last updated time.
Specifies the Auto-Tune options latest version.
Specifies the AutoTuneState
for the Elasticsearch domain.
Specifies the error message while enabling or disabling the Auto-Tune options.
Indicates whether the Elasticsearch domain is being deleted.
Creates a new builder-style object to manufacture AutoTuneStatus
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 AutoTuneStatus
impl Send for AutoTuneStatus
impl Sync for AutoTuneStatus
impl Unpin for AutoTuneStatus
impl UnwindSafe for AutoTuneStatus
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