Struct rusoto_rds::CreateDBSnapshotMessage [] [src]

pub struct CreateDBSnapshotMessage {
    pub db_instance_identifier: String,
    pub db_snapshot_identifier: String,
    pub tags: Option<Vec<Tag>>,
}

Fields

The DB instance identifier. This is the unique key that identifies a DB instance.

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

The identifier for the DB snapshot.

Constraints:

  • Cannot be null, empty, or blank

  • Must contain from 1 to 255 alphanumeric characters or hyphens

  • First character must be a letter

  • Cannot end with a hyphen or contain two consecutive hyphens

Example: my-snapshot-id

Trait Implementations

impl Default for CreateDBSnapshotMessage
[src]

[src]

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

impl Debug for CreateDBSnapshotMessage
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateDBSnapshotMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more