#[non_exhaustive]pub struct ListStackSetsOutput { /* private fields */ }
Implementations§
source§impl ListStackSetsOutput
impl ListStackSetsOutput
sourcepub fn summaries(&self) -> Option<&[StackSetSummary]>
pub fn summaries(&self) -> Option<&[StackSetSummary]>
A list of StackSetSummary
structures that contain information about the user's stack sets.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the request doesn't return all of 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 ListStackSetsOutput
impl ListStackSetsOutput
sourcepub fn builder() -> ListStackSetsOutputBuilder
pub fn builder() -> ListStackSetsOutputBuilder
Creates a new builder-style object to manufacture ListStackSetsOutput
.
Trait Implementations§
source§impl Clone for ListStackSetsOutput
impl Clone for ListStackSetsOutput
source§fn clone(&self) -> ListStackSetsOutput
fn clone(&self) -> ListStackSetsOutput
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 ListStackSetsOutput
impl Debug for ListStackSetsOutput
source§impl PartialEq<ListStackSetsOutput> for ListStackSetsOutput
impl PartialEq<ListStackSetsOutput> for ListStackSetsOutput
source§fn eq(&self, other: &ListStackSetsOutput) -> bool
fn eq(&self, other: &ListStackSetsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListStackSetsOutput
impl RequestId for ListStackSetsOutput
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 ListStackSetsOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListStackSetsOutput
impl Send for ListStackSetsOutput
impl Sync for ListStackSetsOutput
impl Unpin for ListStackSetsOutput
impl UnwindSafe for ListStackSetsOutput
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