Struct rusoto_dynamodb::CreateBackupInput[][src]

pub struct CreateBackupInput {
    pub backup_name: String,
    pub table_name: String,
}

Fields

Specified name for the backup.

The name of the table.

Trait Implementations

impl Default for CreateBackupInput
[src]

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

impl Debug for CreateBackupInput
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateBackupInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreateBackupInput
[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