#[non_exhaustive]
pub struct DbClusterSnapshot { /* private fields */ }
Expand description

Detailed information about a cluster snapshot.

Implementations

Provides the list of Amazon EC2 Availability Zones that instances in the cluster snapshot can be restored in.

Specifies the identifier for the cluster snapshot.

Specifies the cluster identifier of the cluster that this cluster snapshot was created from.

Provides the time when the snapshot was taken, in UTC.

Specifies the name of the database engine.

Specifies the status of this cluster snapshot.

Specifies the port that the cluster was listening on at the time of the snapshot.

Provides the virtual private cloud (VPC) ID that is associated with the cluster snapshot.

Specifies the time when the cluster was created, in Universal Coordinated Time (UTC).

Provides the master user name for the cluster snapshot.

Provides the version of the database engine for this cluster snapshot.

Provides the type of the cluster snapshot.

Specifies the percentage of the estimated data that has been transferred.

Specifies whether the cluster snapshot is encrypted.

If StorageEncrypted is true, the KMS key identifier for the encrypted cluster snapshot.

The Amazon Resource Name (ARN) for the cluster snapshot.

If the cluster snapshot was copied from a source cluster snapshot, the ARN for the source cluster snapshot; otherwise, a null value.

Creates a new builder-style object to manufacture DbClusterSnapshot.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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