Struct rusoto_dynamodb::GlobalTable[][src]

pub struct GlobalTable {
    pub global_table_name: Option<String>,
    pub replication_group: Option<Vec<Replica>>,
}

Represents the properties of a global table.

Fields

The global table name.

The regions where the global table has replicas.

Trait Implementations

impl Default for GlobalTable
[src]

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

impl Debug for GlobalTable
[src]

Formats the value using the given formatter. Read more

impl Clone for GlobalTable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Send for GlobalTable

impl Sync for GlobalTable