Struct rusoto_dynamodb::DescribeContinuousBackupsInput[][src]

pub struct DescribeContinuousBackupsInput {
    pub table_name: String,
}

Fields

Name of the table for which the customer wants to check the continuous backups and point in time recovery settings.

Trait Implementations

impl Default for DescribeContinuousBackupsInput
[src]

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

impl Debug for DescribeContinuousBackupsInput
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeContinuousBackupsInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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