Struct rusoto_dynamodb::UpdateGlobalTableInput [] [src]

pub struct UpdateGlobalTableInput {
    pub global_table_name: String,
    pub replica_updates: Vec<ReplicaUpdate>,
}

Fields

The global table name.

A list of regions that should be added or removed from the global table.

Trait Implementations

impl Default for UpdateGlobalTableInput
[src]

[src]

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

impl Debug for UpdateGlobalTableInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateGlobalTableInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations