#[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() -> CreateKeyspaceOutputBuilder
pub fn builder() -> CreateKeyspaceOutputBuilder
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 ==
.source§impl RequestId for CreateKeyspaceOutput
impl RequestId for CreateKeyspaceOutput
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.