Struct aws_sdk_keyspaces::output::CreateTableOutput
source · #[non_exhaustive]pub struct CreateTableOutput { /* private fields */ }
Implementations§
source§impl CreateTableOutput
impl CreateTableOutput
sourcepub fn resource_arn(&self) -> Option<&str>
pub fn resource_arn(&self) -> Option<&str>
The unique identifier of the table in the format of an Amazon Resource Name (ARN).
source§impl CreateTableOutput
impl CreateTableOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateTableOutput
.
Trait Implementations§
source§impl Clone for CreateTableOutput
impl Clone for CreateTableOutput
source§fn clone(&self) -> CreateTableOutput
fn clone(&self) -> CreateTableOutput
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