Struct rusoto_dynamodb::CreateTableOutput [] [src]

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

Represents the output of a CreateTable operation.

Fields

Represents the properties of the table.

Trait Implementations

impl Default for CreateTableOutput
[src]

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

impl Debug for CreateTableOutput
[src]

Formats the value using the given formatter.

impl Clone for CreateTableOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more