Struct rusoto_rds::CreateDBClusterSnapshotMessage [] [src]

pub struct CreateDBClusterSnapshotMessage {
    pub db_cluster_identifier: String,
    pub db_cluster_snapshot_identifier: String,
    pub tags: Option<Vec<Tag>>,
}

Fields

The identifier of the DB cluster to create a snapshot for. This parameter is not case-sensitive.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: my-cluster1

The identifier of the DB cluster snapshot. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: my-cluster1-snapshot1

The tags to be assigned to the DB cluster snapshot.

Trait Implementations

impl Default for CreateDBClusterSnapshotMessage
[src]

Returns the "default value" for a type. Read more

impl Debug for CreateDBClusterSnapshotMessage
[src]

Formats the value using the given formatter.

impl Clone for CreateDBClusterSnapshotMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more