Struct aws_sdk_dynamodb::model::GlobalTable
source · [−]#[non_exhaustive]pub struct GlobalTable { /* private fields */ }
Expand description
Represents the properties of a global table.
Implementations
sourceimpl GlobalTable
impl GlobalTable
sourcepub fn global_table_name(&self) -> Option<&str>
pub fn global_table_name(&self) -> Option<&str>
The global table name.
sourcepub fn replication_group(&self) -> Option<&[Replica]>
pub fn replication_group(&self) -> Option<&[Replica]>
The Regions where the global table has replicas.
sourceimpl GlobalTable
impl GlobalTable
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GlobalTable
.
Trait Implementations
sourceimpl Clone for GlobalTable
impl Clone for GlobalTable
sourcefn clone(&self) -> GlobalTable
fn clone(&self) -> GlobalTable
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GlobalTable
impl Debug for GlobalTable
sourceimpl PartialEq<GlobalTable> for GlobalTable
impl PartialEq<GlobalTable> for GlobalTable
sourcefn eq(&self, other: &GlobalTable) -> bool
fn eq(&self, other: &GlobalTable) -> bool
impl StructuralPartialEq for GlobalTable
Auto Trait Implementations
impl RefUnwindSafe for GlobalTable
impl Send for GlobalTable
impl Sync for GlobalTable
impl Unpin for GlobalTable
impl UnwindSafe for GlobalTable
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more