You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudFormation::Types::DescribeStackEventsOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The output for a DescribeStackEvents action.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)

    If the output exceeds 1 MB in size, a string that identifies the next page of events.

#stack_eventsArray<Types::StackEvent>

A list of StackEvents structures.

Returns: