#[non_exhaustive]pub struct ListStacksOutput { /* private fields */ }Expand description
The output for ListStacks action.
Implementations§
source§impl ListStacksOutput
impl ListStacksOutput
sourcepub fn stack_summaries(&self) -> Option<&[StackSummary]>
pub fn stack_summaries(&self) -> Option<&[StackSummary]>
A list of StackSummary structures containing information about the specified stacks.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.
source§impl ListStacksOutput
impl ListStacksOutput
sourcepub fn builder() -> ListStacksOutputBuilder
pub fn builder() -> ListStacksOutputBuilder
Creates a new builder-style object to manufacture ListStacksOutput.
Trait Implementations§
source§impl Clone for ListStacksOutput
impl Clone for ListStacksOutput
source§fn clone(&self) -> ListStacksOutput
fn clone(&self) -> ListStacksOutput
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 ListStacksOutput
impl Debug for ListStacksOutput
source§impl PartialEq<ListStacksOutput> for ListStacksOutput
impl PartialEq<ListStacksOutput> for ListStacksOutput
source§fn eq(&self, other: &ListStacksOutput) -> bool
fn eq(&self, other: &ListStacksOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListStacksOutput
impl RequestId for ListStacksOutput
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.