Struct rusoto_dynamodb::ListGlobalTablesOutput [] [src]

pub struct ListGlobalTablesOutput {
    pub global_tables: Option<Vec<GlobalTable>>,
    pub last_evaluated_global_table_name: Option<String>,
}

Fields

List of global table names.

Last evaluated global table name.

Trait Implementations

impl Default for ListGlobalTablesOutput
[src]

[src]

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

impl Debug for ListGlobalTablesOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListGlobalTablesOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations