Struct aws_sdk_iot::operation::list_things::ListThingsOutput
source · #[non_exhaustive]pub struct ListThingsOutput { /* private fields */ }
Expand description
The output from the ListThings operation.
Implementations§
source§impl ListThingsOutput
impl ListThingsOutput
sourcepub fn things(&self) -> Option<&[ThingAttribute]>
pub fn things(&self) -> Option<&[ThingAttribute]>
The things.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to get the next set of results. Will not be returned if operation has returned all results.
source§impl ListThingsOutput
impl ListThingsOutput
sourcepub fn builder() -> ListThingsOutputBuilder
pub fn builder() -> ListThingsOutputBuilder
Creates a new builder-style object to manufacture ListThingsOutput
.
Trait Implementations§
source§impl Clone for ListThingsOutput
impl Clone for ListThingsOutput
source§fn clone(&self) -> ListThingsOutput
fn clone(&self) -> ListThingsOutput
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 ListThingsOutput
impl Debug for ListThingsOutput
source§impl PartialEq<ListThingsOutput> for ListThingsOutput
impl PartialEq<ListThingsOutput> for ListThingsOutput
source§fn eq(&self, other: &ListThingsOutput) -> bool
fn eq(&self, other: &ListThingsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListThingsOutput
impl RequestId for ListThingsOutput
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.impl StructuralPartialEq for ListThingsOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListThingsOutput
impl Send for ListThingsOutput
impl Sync for ListThingsOutput
impl Unpin for ListThingsOutput
impl UnwindSafe for ListThingsOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more