Struct aws_sdk_memorydb::model::Snapshot
source · #[non_exhaustive]pub struct Snapshot { /* private fields */ }
Expand description
Represents a copy of an entire cluster as of the time when the snapshot was taken.
Implementations§
source§impl Snapshot
impl Snapshot
sourcepub fn status(&self) -> Option<&str>
pub fn status(&self) -> Option<&str>
The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.
sourcepub fn source(&self) -> Option<&str>
pub fn source(&self) -> Option<&str>
Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).
sourcepub fn kms_key_id(&self) -> Option<&str>
pub fn kms_key_id(&self) -> Option<&str>
The ID of the KMS key used to encrypt the snapshot.
sourcepub fn cluster_configuration(&self) -> Option<&ClusterConfiguration>
pub fn cluster_configuration(&self) -> Option<&ClusterConfiguration>
The configuration of the cluster from which the snapshot was taken
sourcepub fn data_tiering(&self) -> Option<&DataTieringStatus>
pub fn data_tiering(&self) -> Option<&DataTieringStatus>
Enables data tiering. Data tiering is only supported for clusters using the r6gd node type. This parameter must be set when using r6gd nodes. For more information, see Data tiering.