#[non_exhaustive]pub struct GetKeyspaceOutput { /* private fields */ }
Implementations§
source§impl GetKeyspaceOutput
impl GetKeyspaceOutput
sourcepub fn keyspace_name(&self) -> Option<&str>
pub fn keyspace_name(&self) -> Option<&str>
The name of the keyspace.
sourcepub fn resource_arn(&self) -> Option<&str>
pub fn resource_arn(&self) -> Option<&str>
The ARN of the keyspace.
source§impl GetKeyspaceOutput
impl GetKeyspaceOutput
sourcepub fn builder() -> GetKeyspaceOutputBuilder
pub fn builder() -> GetKeyspaceOutputBuilder
Creates a new builder-style object to manufacture GetKeyspaceOutput
.
Trait Implementations§
source§impl Clone for GetKeyspaceOutput
impl Clone for GetKeyspaceOutput
source§fn clone(&self) -> GetKeyspaceOutput
fn clone(&self) -> GetKeyspaceOutput
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 GetKeyspaceOutput
impl Debug for GetKeyspaceOutput
source§impl PartialEq<GetKeyspaceOutput> for GetKeyspaceOutput
impl PartialEq<GetKeyspaceOutput> for GetKeyspaceOutput
source§fn eq(&self, other: &GetKeyspaceOutput) -> bool
fn eq(&self, other: &GetKeyspaceOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetKeyspaceOutput
impl RequestId for GetKeyspaceOutput
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.