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§
source§impl 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.
source§impl SnapshotOptions
impl SnapshotOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SnapshotOptions
.
Trait Implementations§
source§impl Clone for SnapshotOptions
impl Clone for SnapshotOptions
source§fn clone(&self) -> SnapshotOptions
fn clone(&self) -> SnapshotOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SnapshotOptions
impl Debug for SnapshotOptions
source§impl PartialEq<SnapshotOptions> for SnapshotOptions
impl PartialEq<SnapshotOptions> for SnapshotOptions
source§fn eq(&self, other: &SnapshotOptions) -> bool
fn eq(&self, other: &SnapshotOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.