Struct aws_sdk_elasticsearch::model::SnapshotOptions
source · [−]#[non_exhaustive]pub struct SnapshotOptions { /* private fields */ }
Expand description
Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0
hours.
Implementations
sourceimpl SnapshotOptions
impl SnapshotOptions
sourcepub fn automated_snapshot_start_hour(&self) -> Option<i32>
pub fn automated_snapshot_start_hour(&self) -> Option<i32>
Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0
hours.
sourceimpl SnapshotOptions
impl SnapshotOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SnapshotOptions
.
Trait Implementations
sourceimpl Clone for SnapshotOptions
impl Clone for SnapshotOptions
sourcefn clone(&self) -> SnapshotOptions
fn clone(&self) -> SnapshotOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SnapshotOptions
impl Debug for SnapshotOptions
sourceimpl PartialEq<SnapshotOptions> for SnapshotOptions
impl PartialEq<SnapshotOptions> for SnapshotOptions
sourcefn eq(&self, other: &SnapshotOptions) -> bool
fn eq(&self, other: &SnapshotOptions) -> bool
impl StructuralPartialEq for SnapshotOptions
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more