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

Class: Aws::CloudFormation::Types::DescribeStacksOutput

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

Overview

The output for a DescribeStacks 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 stacks. 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 stacks.

#stacksArray<Types::Stack>

A list of stack structures.

Returns: