pub struct CreateGlobalTableInput {
pub global_table_name: String,
pub replication_group: Vec<Replica>,
}
Fields§
§global_table_name: String
The global table name.
replication_group: Vec<Replica>
The Regions where the global table needs to be created.
Trait Implementations§
Source§impl Clone for CreateGlobalTableInput
impl Clone for CreateGlobalTableInput
Source§fn clone(&self) -> CreateGlobalTableInput
fn clone(&self) -> CreateGlobalTableInput
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CreateGlobalTableInput
impl Debug for CreateGlobalTableInput
Source§impl Default for CreateGlobalTableInput
impl Default for CreateGlobalTableInput
Source§fn default() -> CreateGlobalTableInput
fn default() -> CreateGlobalTableInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for CreateGlobalTableInput
impl PartialEq for CreateGlobalTableInput
Source§impl Serialize for CreateGlobalTableInput
impl Serialize for CreateGlobalTableInput
impl StructuralPartialEq for CreateGlobalTableInput
Auto Trait Implementations§
impl Freeze for CreateGlobalTableInput
impl RefUnwindSafe for CreateGlobalTableInput
impl Send for CreateGlobalTableInput
impl Sync for CreateGlobalTableInput
impl Unpin for CreateGlobalTableInput
impl UnwindSafe for CreateGlobalTableInput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more