Struct aws_sdk_opensearch::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 Auto-Tune status for the domain.
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>
The timestamp of the Auto-Tune options creation date.
update_date: Option<DateTime>
The timestamp of when the Auto-Tune options were last updated.
update_version: i32
The latest version of the Auto-Tune options.
state: Option<AutoTuneState>
The AutoTuneState
for the domain.
error_message: Option<String>
The error message while enabling or disabling Auto-Tune.
pending_deletion: Option<bool>
Indicates whether the domain is being deleted.
Implementations
The timestamp of the Auto-Tune options creation date.
The timestamp of when the Auto-Tune options were last updated.
The latest version of the Auto-Tune options.
The AutoTuneState
for the domain.
The error message while enabling or disabling Auto-Tune.
Indicates whether the 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