Struct aws_sdk_keyspaces::output::GetKeyspaceOutput
source · #[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() -> Builder
pub fn builder() -> Builder
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 more