Struct rusoto_dynamodb::DeleteTableOutput [] [src]

pub struct DeleteTableOutput {
    pub table_description: Option<TableDescription>,
}

Represents the output of a DeleteTable operation.

Fields

Trait Implementations

impl Default for DeleteTableOutput
[src]

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

impl Debug for DeleteTableOutput
[src]

Formats the value using the given formatter.

impl Clone for DeleteTableOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more