Struct aws_sdk_elasticsearch::model::ScheduledAutoTuneDetails [−][src]
#[non_exhaustive]pub struct ScheduledAutoTuneDetails {
pub date: Option<DateTime>,
pub action_type: Option<ScheduledAutoTuneActionType>,
pub action: Option<String>,
pub severity: Option<ScheduledAutoTuneSeverityType>,
}
Expand description
Specifies details of the scheduled Auto-Tune action. See the Developer Guide for more information.
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.date: Option<DateTime>
Specifies timestamp for the Auto-Tune action scheduled for the domain.
action_type: Option<ScheduledAutoTuneActionType>
Specifies Auto-Tune action type. Valid values are JVM_HEAP_SIZE_TUNING and JVM_YOUNG_GEN_TUNING.
action: Option<String>
Specifies Auto-Tune action description.
severity: Option<ScheduledAutoTuneSeverityType>
Specifies Auto-Tune action severity. Valid values are LOW, MEDIUM and HIGH.
Implementations
Specifies timestamp for the Auto-Tune action scheduled for the domain.
Specifies Auto-Tune action type. Valid values are JVM_HEAP_SIZE_TUNING and JVM_YOUNG_GEN_TUNING.
Specifies Auto-Tune action severity. Valid values are LOW, MEDIUM and HIGH.
Creates a new builder-style object to manufacture ScheduledAutoTuneDetails
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 ScheduledAutoTuneDetails
impl Send for ScheduledAutoTuneDetails
impl Sync for ScheduledAutoTuneDetails
impl Unpin for ScheduledAutoTuneDetails
impl UnwindSafe for ScheduledAutoTuneDetails
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