Struct aws_sdk_schemas::output::SearchSchemasOutput
source · #[non_exhaustive]pub struct SearchSchemasOutput { /* private fields */ }Implementations§
source§impl SearchSchemasOutput
impl SearchSchemasOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.
sourcepub fn schemas(&self) -> Option<&[SearchSchemaSummary]>
pub fn schemas(&self) -> Option<&[SearchSchemaSummary]>
An array of SearchSchemaSummary information.
source§impl SearchSchemasOutput
impl SearchSchemasOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SearchSchemasOutput.
Trait Implementations§
source§impl Clone for SearchSchemasOutput
impl Clone for SearchSchemasOutput
source§fn clone(&self) -> SearchSchemasOutput
fn clone(&self) -> SearchSchemasOutput
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 SearchSchemasOutput
impl Debug for SearchSchemasOutput
source§impl PartialEq<SearchSchemasOutput> for SearchSchemasOutput
impl PartialEq<SearchSchemasOutput> for SearchSchemasOutput
source§fn eq(&self, other: &SearchSchemasOutput) -> bool
fn eq(&self, other: &SearchSchemasOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.