Struct aws_sdk_memorydb::model::snapshot::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for Snapshot
Implementations
The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.
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).
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 ID of the KMS key used to encrypt the snapshot.
The ARN (Amazon Resource Name) of the snapshot.
The ARN (Amazon Resource Name) of the snapshot.
The configuration of the cluster from which the snapshot was taken
The configuration of the cluster from which the snapshot was taken
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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
