#[non_exhaustive]pub struct GetInventorySchemaOutput { /* private fields */ }Implementations§
source§impl GetInventorySchemaOutput
impl GetInventorySchemaOutput
sourcepub fn schemas(&self) -> Option<&[InventoryItemSchema]>
pub fn schemas(&self) -> Option<&[InventoryItemSchema]>
Inventory schemas returned by the request.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
source§impl GetInventorySchemaOutput
impl GetInventorySchemaOutput
sourcepub fn builder() -> GetInventorySchemaOutputBuilder
pub fn builder() -> GetInventorySchemaOutputBuilder
Creates a new builder-style object to manufacture GetInventorySchemaOutput.
Trait Implementations§
source§impl Clone for GetInventorySchemaOutput
impl Clone for GetInventorySchemaOutput
source§fn clone(&self) -> GetInventorySchemaOutput
fn clone(&self) -> GetInventorySchemaOutput
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 GetInventorySchemaOutput
impl Debug for GetInventorySchemaOutput
source§impl PartialEq<GetInventorySchemaOutput> for GetInventorySchemaOutput
impl PartialEq<GetInventorySchemaOutput> for GetInventorySchemaOutput
source§fn eq(&self, other: &GetInventorySchemaOutput) -> bool
fn eq(&self, other: &GetInventorySchemaOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetInventorySchemaOutput
impl RequestId for GetInventorySchemaOutput
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.