#[non_exhaustive]pub struct ListSchemaExtensionsOutput { /* private fields */ }Implementations§
source§impl ListSchemaExtensionsOutput
impl ListSchemaExtensionsOutput
sourcepub fn schema_extensions_info(&self) -> Option<&[SchemaExtensionInfo]>
pub fn schema_extensions_info(&self) -> Option<&[SchemaExtensionInfo]>
Information about the schema extensions applied to the directory.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to ListSchemaExtensions to retrieve the next set of items.
source§impl ListSchemaExtensionsOutput
impl ListSchemaExtensionsOutput
sourcepub fn builder() -> ListSchemaExtensionsOutputBuilder
pub fn builder() -> ListSchemaExtensionsOutputBuilder
Creates a new builder-style object to manufacture ListSchemaExtensionsOutput.
Trait Implementations§
source§impl Clone for ListSchemaExtensionsOutput
impl Clone for ListSchemaExtensionsOutput
source§fn clone(&self) -> ListSchemaExtensionsOutput
fn clone(&self) -> ListSchemaExtensionsOutput
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 ListSchemaExtensionsOutput
impl Debug for ListSchemaExtensionsOutput
source§impl PartialEq<ListSchemaExtensionsOutput> for ListSchemaExtensionsOutput
impl PartialEq<ListSchemaExtensionsOutput> for ListSchemaExtensionsOutput
source§fn eq(&self, other: &ListSchemaExtensionsOutput) -> bool
fn eq(&self, other: &ListSchemaExtensionsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListSchemaExtensionsOutput
impl RequestId for ListSchemaExtensionsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.