#[non_exhaustive]pub struct UpdateGlobalTableOutput { /* private fields */ }
Implementations§
source§impl UpdateGlobalTableOutput
impl UpdateGlobalTableOutput
sourcepub fn global_table_description(&self) -> Option<&GlobalTableDescription>
pub fn global_table_description(&self) -> Option<&GlobalTableDescription>
Contains the details of the global table.
source§impl UpdateGlobalTableOutput
impl UpdateGlobalTableOutput
sourcepub fn builder() -> UpdateGlobalTableOutputBuilder
pub fn builder() -> UpdateGlobalTableOutputBuilder
Creates a new builder-style object to manufacture UpdateGlobalTableOutput
.
Trait Implementations§
source§impl Clone for UpdateGlobalTableOutput
impl Clone for UpdateGlobalTableOutput
source§fn clone(&self) -> UpdateGlobalTableOutput
fn clone(&self) -> UpdateGlobalTableOutput
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 UpdateGlobalTableOutput
impl Debug for UpdateGlobalTableOutput
source§impl PartialEq<UpdateGlobalTableOutput> for UpdateGlobalTableOutput
impl PartialEq<UpdateGlobalTableOutput> for UpdateGlobalTableOutput
source§fn eq(&self, other: &UpdateGlobalTableOutput) -> bool
fn eq(&self, other: &UpdateGlobalTableOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateGlobalTableOutput
impl RequestId for UpdateGlobalTableOutput
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.