Struct aws_sdk_keyspaces::output::ListKeyspacesOutput
source · #[non_exhaustive]pub struct ListKeyspacesOutput { /* private fields */ }
Implementations§
source§impl ListKeyspacesOutput
impl ListKeyspacesOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token to specify where to start paginating. This is the NextToken
from a previously truncated response.
sourcepub fn keyspaces(&self) -> Option<&[KeyspaceSummary]>
pub fn keyspaces(&self) -> Option<&[KeyspaceSummary]>
A list of keyspaces.
source§impl ListKeyspacesOutput
impl ListKeyspacesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListKeyspacesOutput
.
Trait Implementations§
source§impl Clone for ListKeyspacesOutput
impl Clone for ListKeyspacesOutput
source§fn clone(&self) -> ListKeyspacesOutput
fn clone(&self) -> ListKeyspacesOutput
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 ListKeyspacesOutput
impl Debug for ListKeyspacesOutput
source§impl PartialEq<ListKeyspacesOutput> for ListKeyspacesOutput
impl PartialEq<ListKeyspacesOutput> for ListKeyspacesOutput
source§fn eq(&self, other: &ListKeyspacesOutput) -> bool
fn eq(&self, other: &ListKeyspacesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.