#[non_exhaustive]pub struct UpdateGlobalTableSettingsOutput { /* private fields */ }
Implementations§
source§impl UpdateGlobalTableSettingsOutput
impl UpdateGlobalTableSettingsOutput
sourcepub fn global_table_name(&self) -> Option<&str>
pub fn global_table_name(&self) -> Option<&str>
The name of the global table.
sourcepub fn replica_settings(&self) -> Option<&[ReplicaSettingsDescription]>
pub fn replica_settings(&self) -> Option<&[ReplicaSettingsDescription]>
The Region-specific settings for the global table.
source§impl UpdateGlobalTableSettingsOutput
impl UpdateGlobalTableSettingsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateGlobalTableSettingsOutput
.
Trait Implementations§
source§impl Clone for UpdateGlobalTableSettingsOutput
impl Clone for UpdateGlobalTableSettingsOutput
source§fn clone(&self) -> UpdateGlobalTableSettingsOutput
fn clone(&self) -> UpdateGlobalTableSettingsOutput
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 more