Struct aws_sdk_opensearch::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 about the scheduled Auto-Tune action. See Auto-Tune for Amazon OpenSearch Service 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>
The timestamp of the Auto-Tune action scheduled for the domain.
action_type: Option<ScheduledAutoTuneActionType>
The Auto-Tune action type. Valid values are JVM_HEAP_SIZE_TUNING and JVM_YOUNG_GEN_TUNING.
action: Option<String>
The Auto-Tune action description.
severity: Option<ScheduledAutoTuneSeverityType>
The Auto-Tune action severity. Valid values are LOW, MEDIUM, and HIGH.
Implementations
The timestamp of the Auto-Tune action scheduled for the domain.
The Auto-Tune action type. Valid values are JVM_HEAP_SIZE_TUNING and JVM_YOUNG_GEN_TUNING.
The 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