Struct aws_sdk_memorydb::model::Snapshot [−][src]
#[non_exhaustive]pub struct Snapshot {
pub name: Option<String>,
pub status: Option<String>,
pub source: Option<String>,
pub kms_key_id: Option<String>,
pub arn: Option<String>,
pub cluster_configuration: Option<ClusterConfiguration>,
}Expand description
Represents a copy of an entire cluster as of the time when the snapshot was taken.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.name: Option<String>The name of the snapshot
status: Option<String>The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.
source: Option<String>Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).
kms_key_id: Option<String>The ID of the KMS key used to encrypt the snapshot.
arn: Option<String>The ARN (Amazon Resource Name) of the snapshot.
cluster_configuration: Option<ClusterConfiguration>The configuration of the cluster from which the snapshot was taken
Implementations
The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.
Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).
The ID of the KMS key used to encrypt the snapshot.
The configuration of the cluster from which the snapshot was taken
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Snapshot
impl UnwindSafe for Snapshot
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
