#[non_exhaustive]pub struct ListIndexesOutput { /* private fields */ }Implementations§
source§impl ListIndexesOutput
impl ListIndexesOutput
sourcepub fn indexes(&self) -> Option<&[Index]>
pub fn indexes(&self) -> Option<&[Index]>
A structure that contains the details and status of each index.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.
source§impl ListIndexesOutput
impl ListIndexesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListIndexesOutput.
Trait Implementations§
source§impl Clone for ListIndexesOutput
impl Clone for ListIndexesOutput
source§fn clone(&self) -> ListIndexesOutput
fn clone(&self) -> ListIndexesOutput
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 ListIndexesOutput
impl Debug for ListIndexesOutput
source§impl PartialEq<ListIndexesOutput> for ListIndexesOutput
impl PartialEq<ListIndexesOutput> for ListIndexesOutput
source§fn eq(&self, other: &ListIndexesOutput) -> bool
fn eq(&self, other: &ListIndexesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.