#[non_exhaustive]pub struct DescribeStackEventsOutput { /* private fields */ }Expand description
The output for a DescribeStackEvents action.
Implementations§
source§impl DescribeStackEventsOutput
impl DescribeStackEventsOutput
sourcepub fn stack_events(&self) -> Option<&[StackEvent]>
pub fn stack_events(&self) -> Option<&[StackEvent]>
A list of StackEvents structures.
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 events. If no additional page exists, this value is null.
source§impl DescribeStackEventsOutput
impl DescribeStackEventsOutput
sourcepub fn builder() -> DescribeStackEventsOutputBuilder
pub fn builder() -> DescribeStackEventsOutputBuilder
Creates a new builder-style object to manufacture DescribeStackEventsOutput.
Trait Implementations§
source§impl Clone for DescribeStackEventsOutput
impl Clone for DescribeStackEventsOutput
source§fn clone(&self) -> DescribeStackEventsOutput
fn clone(&self) -> DescribeStackEventsOutput
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 DescribeStackEventsOutput
impl Debug for DescribeStackEventsOutput
source§impl PartialEq<DescribeStackEventsOutput> for DescribeStackEventsOutput
impl PartialEq<DescribeStackEventsOutput> for DescribeStackEventsOutput
source§fn eq(&self, other: &DescribeStackEventsOutput) -> bool
fn eq(&self, other: &DescribeStackEventsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeStackEventsOutput
impl RequestId for DescribeStackEventsOutput
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.