Struct rusoto_rds::DeleteDBClusterSnapshotMessage [] [src]

pub struct DeleteDBClusterSnapshotMessage {
    pub db_cluster_snapshot_identifier: String,
}

Fields

The identifier of the DB cluster snapshot to delete.

Constraints: Must be the name of an existing DB cluster snapshot in the available state.

Trait Implementations

impl Default for DeleteDBClusterSnapshotMessage
[src]

[src]

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

impl Debug for DeleteDBClusterSnapshotMessage
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeleteDBClusterSnapshotMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more