Struct aws_sdk_opensearch::model::SnapshotOptionsStatus
source · #[non_exhaustive]pub struct SnapshotOptionsStatus { /* private fields */ }
Expand description
Status of a daily automated snapshot.
Implementations§
source§impl SnapshotOptionsStatus
impl SnapshotOptionsStatus
sourcepub fn options(&self) -> Option<&SnapshotOptions>
pub fn options(&self) -> Option<&SnapshotOptions>
The daily snapshot options specified for the domain.
sourcepub fn status(&self) -> Option<&OptionStatus>
pub fn status(&self) -> Option<&OptionStatus>
The status of a daily automated snapshot.
source§impl SnapshotOptionsStatus
impl SnapshotOptionsStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SnapshotOptionsStatus
.
Trait Implementations§
source§impl Clone for SnapshotOptionsStatus
impl Clone for SnapshotOptionsStatus
source§fn clone(&self) -> SnapshotOptionsStatus
fn clone(&self) -> SnapshotOptionsStatus
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