Struct rusoto_rds::DeleteDBSnapshotMessage [] [src]

pub struct DeleteDBSnapshotMessage {
    pub db_snapshot_identifier: String,
}

Fields

The DBSnapshot identifier.

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

Trait Implementations

impl Default for DeleteDBSnapshotMessage
[src]

[src]

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

impl Debug for DeleteDBSnapshotMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteDBSnapshotMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations