Struct aws_sdk_docdb::model::DbClusterSnapshot[][src]

#[non_exhaustive]
pub struct DbClusterSnapshot {
Show 17 fields pub availability_zones: Option<Vec<String>>, pub db_cluster_snapshot_identifier: Option<String>, pub db_cluster_identifier: Option<String>, pub snapshot_create_time: Option<DateTime>, pub engine: Option<String>, pub status: Option<String>, pub port: i32, pub vpc_id: Option<String>, pub cluster_create_time: Option<DateTime>, pub master_username: Option<String>, pub engine_version: Option<String>, pub snapshot_type: Option<String>, pub percent_progress: i32, pub storage_encrypted: bool, pub kms_key_id: Option<String>, pub db_cluster_snapshot_arn: Option<String>, pub source_db_cluster_snapshot_arn: Option<String>,
}
Expand description

Detailed information about a cluster snapshot.

Fields (Non-exhaustive)

This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.
availability_zones: Option<Vec<String>>

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

db_cluster_snapshot_identifier: Option<String>

Specifies the identifier for the cluster snapshot.

db_cluster_identifier: Option<String>

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

snapshot_create_time: Option<DateTime>

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

engine: Option<String>

Specifies the name of the database engine.

status: Option<String>

Specifies the status of this cluster snapshot.

port: i32

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

vpc_id: Option<String>

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

cluster_create_time: Option<DateTime>

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

master_username: Option<String>

Provides the master user name for the cluster snapshot.

engine_version: Option<String>

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

snapshot_type: Option<String>

Provides the type of the cluster snapshot.

percent_progress: i32

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

storage_encrypted: bool

Specifies whether the cluster snapshot is encrypted.

kms_key_id: Option<String>

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

db_cluster_snapshot_arn: Option<String>

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

source_db_cluster_snapshot_arn: Option<String>

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

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 !=.

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

Performs the conversion.

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

Performs the conversion.

The resulting type after obtaining ownership.

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

🔬 This is a nightly-only experimental API. (toowned_clone_into)

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