Struct aws_sdk_keyspaces::output::CreateKeyspaceOutput
source · #[non_exhaustive]pub struct CreateKeyspaceOutput { /* private fields */ }
Implementations§
source§impl CreateKeyspaceOutput
impl CreateKeyspaceOutput
sourcepub fn resource_arn(&self) -> Option<&str>
pub fn resource_arn(&self) -> Option<&str>
The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).
source§impl CreateKeyspaceOutput
impl CreateKeyspaceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateKeyspaceOutput
.
Trait Implementations§
source§impl Clone for CreateKeyspaceOutput
impl Clone for CreateKeyspaceOutput
source§fn clone(&self) -> CreateKeyspaceOutput
fn clone(&self) -> CreateKeyspaceOutput
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 CreateKeyspaceOutput
impl Debug for CreateKeyspaceOutput
source§impl PartialEq<CreateKeyspaceOutput> for CreateKeyspaceOutput
impl PartialEq<CreateKeyspaceOutput> for CreateKeyspaceOutput
source§fn eq(&self, other: &CreateKeyspaceOutput) -> bool
fn eq(&self, other: &CreateKeyspaceOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.