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]

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

impl Debug for DeleteDBSnapshotMessage
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteDBSnapshotMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeleteDBSnapshotMessage
[src]

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

This method tests for !=.

Auto Trait Implementations