#[non_exhaustive]pub struct ListStackInstancesOutput { /* private fields */ }
Implementations§
source§impl ListStackInstancesOutput
impl ListStackInstancesOutput
sourcepub fn summaries(&self) -> Option<&[StackInstanceSummary]>
pub fn summaries(&self) -> Option<&[StackInstanceSummary]>
A list of StackInstanceSummary
structures that contain information about the specified stack instances.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the request doesn't return all the remaining results, NextToken
is set to a token. To retrieve the next set of results, call ListStackInstances
again and assign that token to the request object's NextToken
parameter. If the request returns all results, NextToken
is set to null
.
source§impl ListStackInstancesOutput
impl ListStackInstancesOutput
sourcepub fn builder() -> ListStackInstancesOutputBuilder
pub fn builder() -> ListStackInstancesOutputBuilder
Creates a new builder-style object to manufacture ListStackInstancesOutput
.
Trait Implementations§
source§impl Clone for ListStackInstancesOutput
impl Clone for ListStackInstancesOutput
source§fn clone(&self) -> ListStackInstancesOutput
fn clone(&self) -> ListStackInstancesOutput
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 ListStackInstancesOutput
impl Debug for ListStackInstancesOutput
source§impl PartialEq<ListStackInstancesOutput> for ListStackInstancesOutput
impl PartialEq<ListStackInstancesOutput> for ListStackInstancesOutput
source§fn eq(&self, other: &ListStackInstancesOutput) -> bool
fn eq(&self, other: &ListStackInstancesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListStackInstancesOutput
impl RequestId for ListStackInstancesOutput
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 ListStackInstancesOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListStackInstancesOutput
impl Send for ListStackInstancesOutput
impl Sync for ListStackInstancesOutput
impl Unpin for ListStackInstancesOutput
impl UnwindSafe for ListStackInstancesOutput
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