Struct aws_sdk_opensearch::model::SnapshotOptions
source · #[non_exhaustive]pub struct SnapshotOptions { /* private fields */ }
Expand description
The time, in UTC format, when the service takes a daily automated snapshot of the specified domain. Default 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>
The time, in UTC format, when the service takes a daily automated snapshot of the specified domain. Default 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 more