Struct aws_sdk_dynamodb::output::UpdateTableOutput
source · [−]#[non_exhaustive]pub struct UpdateTableOutput { /* private fields */ }
Expand description
Represents the output of an UpdateTable
operation.
Implementations
sourceimpl UpdateTableOutput
impl UpdateTableOutput
sourcepub fn table_description(&self) -> Option<&TableDescription>
pub fn table_description(&self) -> Option<&TableDescription>
Represents the properties of the table.
sourceimpl UpdateTableOutput
impl UpdateTableOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateTableOutput
.
Trait Implementations
sourceimpl Clone for UpdateTableOutput
impl Clone for UpdateTableOutput
sourcefn clone(&self) -> UpdateTableOutput
fn clone(&self) -> UpdateTableOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UpdateTableOutput
impl Debug for UpdateTableOutput
sourceimpl PartialEq<UpdateTableOutput> for UpdateTableOutput
impl PartialEq<UpdateTableOutput> for UpdateTableOutput
sourcefn eq(&self, other: &UpdateTableOutput) -> bool
fn eq(&self, other: &UpdateTableOutput) -> bool
impl StructuralPartialEq for UpdateTableOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateTableOutput
impl Send for UpdateTableOutput
impl Sync for UpdateTableOutput
impl Unpin for UpdateTableOutput
impl UnwindSafe for UpdateTableOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more