Struct aws_sdk_dynamodb::operation::update_global_table_settings::UpdateGlobalTableSettingsOutput
source · #[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() -> UpdateGlobalTableSettingsOutputBuilder
pub fn builder() -> UpdateGlobalTableSettingsOutputBuilder
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 moresource§impl PartialEq<UpdateGlobalTableSettingsOutput> for UpdateGlobalTableSettingsOutput
impl PartialEq<UpdateGlobalTableSettingsOutput> for UpdateGlobalTableSettingsOutput
source§fn eq(&self, other: &UpdateGlobalTableSettingsOutput) -> bool
fn eq(&self, other: &UpdateGlobalTableSettingsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateGlobalTableSettingsOutput
impl RequestId for UpdateGlobalTableSettingsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.