Struct aws_sdk_dynamodb::output::DeleteTableOutput
source · #[non_exhaustive]pub struct DeleteTableOutput { /* private fields */ }
Expand description
Represents the output of a DeleteTable
operation.
Implementations§
source§impl DeleteTableOutput
impl DeleteTableOutput
sourcepub fn table_description(&self) -> Option<&TableDescription>
pub fn table_description(&self) -> Option<&TableDescription>
Represents the properties of a table.
source§impl DeleteTableOutput
impl DeleteTableOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteTableOutput
.
Trait Implementations§
source§impl Clone for DeleteTableOutput
impl Clone for DeleteTableOutput
source§fn clone(&self) -> DeleteTableOutput
fn clone(&self) -> DeleteTableOutput
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