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]

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

impl Debug for UpdateGlobalTableInput
[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateGlobalTableInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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