Struct aws_sdk_cloudformation::output::ListStackSetsOutput
source · [−]#[non_exhaustive]pub struct ListStackSetsOutput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl ListStackSetsOutput
impl ListStackSetsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListStackSetsOutput.
Trait Implementations
sourceimpl Clone for ListStackSetsOutput
impl Clone for ListStackSetsOutput
sourcefn clone(&self) -> ListStackSetsOutput
fn clone(&self) -> ListStackSetsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ListStackSetsOutput
impl Debug for ListStackSetsOutput
sourceimpl PartialEq<ListStackSetsOutput> for ListStackSetsOutput
impl PartialEq<ListStackSetsOutput> for ListStackSetsOutput
sourcefn eq(&self, other: &ListStackSetsOutput) -> bool
fn eq(&self, other: &ListStackSetsOutput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more