pub struct DescribeGlobalTableSettingsOutput {
pub global_table_name: Option<String>,
pub replica_settings: Option<Vec<ReplicaSettingsDescription>>,
}
Fields§
§global_table_name: Option<String>
The name of the global table.
replica_settings: Option<Vec<ReplicaSettingsDescription>>
The Region-specific settings for the global table.
Trait Implementations§
Source§impl Clone for DescribeGlobalTableSettingsOutput
impl Clone for DescribeGlobalTableSettingsOutput
Source§fn clone(&self) -> DescribeGlobalTableSettingsOutput
fn clone(&self) -> DescribeGlobalTableSettingsOutput
Returns a duplicate 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 Default for DescribeGlobalTableSettingsOutput
impl Default for DescribeGlobalTableSettingsOutput
Source§fn default() -> DescribeGlobalTableSettingsOutput
fn default() -> DescribeGlobalTableSettingsOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeGlobalTableSettingsOutput
impl<'de> Deserialize<'de> for DescribeGlobalTableSettingsOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DescribeGlobalTableSettingsOutput
impl PartialEq for DescribeGlobalTableSettingsOutput
Source§fn eq(&self, other: &DescribeGlobalTableSettingsOutput) -> bool
fn eq(&self, other: &DescribeGlobalTableSettingsOutput) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DescribeGlobalTableSettingsOutput
Auto Trait Implementations§
impl Freeze for DescribeGlobalTableSettingsOutput
impl RefUnwindSafe for DescribeGlobalTableSettingsOutput
impl Send for DescribeGlobalTableSettingsOutput
impl Sync for DescribeGlobalTableSettingsOutput
impl Unpin for DescribeGlobalTableSettingsOutput
impl UnwindSafe for DescribeGlobalTableSettingsOutput
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