Struct rusoto_dynamodb::ContinuousBackupsDescription [] [src]

pub struct ContinuousBackupsDescription {
    pub continuous_backups_status: String,
}

Represents the backup and restore settings on the table when the backup was created.

Fields

ContinuousBackupsStatus can be one of the following states : ENABLED, DISABLED

Trait Implementations

impl Default for ContinuousBackupsDescription
[src]

[src]

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

impl Debug for ContinuousBackupsDescription
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ContinuousBackupsDescription
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations