Struct aws_sdk_keyspaces::output::GetKeyspaceOutput
source · [−]#[non_exhaustive]pub struct GetKeyspaceOutput { /* private fields */ }
Implementations
sourceimpl 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.
sourceimpl GetKeyspaceOutput
impl GetKeyspaceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetKeyspaceOutput
.
Trait Implementations
sourceimpl Clone for GetKeyspaceOutput
impl Clone for GetKeyspaceOutput
sourcefn clone(&self) -> GetKeyspaceOutput
fn clone(&self) -> GetKeyspaceOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetKeyspaceOutput
impl Debug for GetKeyspaceOutput
sourceimpl PartialEq<GetKeyspaceOutput> for GetKeyspaceOutput
impl PartialEq<GetKeyspaceOutput> for GetKeyspaceOutput
sourcefn eq(&self, other: &GetKeyspaceOutput) -> bool
fn eq(&self, other: &GetKeyspaceOutput) -> bool
impl StructuralPartialEq for GetKeyspaceOutput
Auto Trait Implementations
impl RefUnwindSafe for GetKeyspaceOutput
impl Send for GetKeyspaceOutput
impl Sync for GetKeyspaceOutput
impl Unpin for GetKeyspaceOutput
impl UnwindSafe for GetKeyspaceOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more