#[non_exhaustive]pub struct ListStackSetOperationResultsOutput { /* private fields */ }Implementations
sourceimpl ListStackSetOperationResultsOutput
impl ListStackSetOperationResultsOutput
sourcepub fn summaries(&self) -> Option<&[StackSetOperationResultSummary]>
pub fn summaries(&self) -> Option<&[StackSetOperationResultSummary]>
A list of StackSetOperationResultSummary structures that contain information about the specified operation results, for accounts and Amazon Web Services Regions that are included in the operation.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the request doesn't return all results, NextToken is set to a token. To retrieve the next set of results, call ListOperationResults again and assign that token to the request object's NextToken parameter. If there are no remaining results, NextToken is set to null.
sourceimpl ListStackSetOperationResultsOutput
impl ListStackSetOperationResultsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListStackSetOperationResultsOutput.
Trait Implementations
sourceimpl Clone for ListStackSetOperationResultsOutput
impl Clone for ListStackSetOperationResultsOutput
sourcefn clone(&self) -> ListStackSetOperationResultsOutput
fn clone(&self) -> ListStackSetOperationResultsOutput
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 PartialEq<ListStackSetOperationResultsOutput> for ListStackSetOperationResultsOutput
impl PartialEq<ListStackSetOperationResultsOutput> for ListStackSetOperationResultsOutput
sourcefn eq(&self, other: &ListStackSetOperationResultsOutput) -> bool
fn eq(&self, other: &ListStackSetOperationResultsOutput) -> bool
impl StructuralPartialEq for ListStackSetOperationResultsOutput
Auto Trait Implementations
impl RefUnwindSafe for ListStackSetOperationResultsOutput
impl Send for ListStackSetOperationResultsOutput
impl Sync for ListStackSetOperationResultsOutput
impl Unpin for ListStackSetOperationResultsOutput
impl UnwindSafe for ListStackSetOperationResultsOutput
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