Struct aws_sdk_opensearch::model::SnapshotOptions
source · [−]Expand description
The time, in UTC format, when the service takes a daily automated snapshot of the specified domain. Default is 0
hours.
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.automated_snapshot_start_hour: Option<i32>
The time, in UTC format, when the service takes a daily automated snapshot of the specified domain. Default is 0
hours.
Implementations
The time, in UTC format, when the service takes a daily automated snapshot of the specified domain. Default is 0
hours.
Creates a new builder-style object to manufacture SnapshotOptions
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 SnapshotOptions
impl Send for SnapshotOptions
impl Sync for SnapshotOptions
impl Unpin for SnapshotOptions
impl UnwindSafe for SnapshotOptions
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