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

Class: Aws::CloudFormation::Types::ListStackResourcesOutput

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

Overview

The output for a ListStackResources action.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If the output exceeds 1 MB, a string that identifies the next page of stack resources. If no additional page exists, this value is null.

Returns:

  • (String)

    If the output exceeds 1 MB, a string that identifies the next page of stack resources.

#stack_resource_summariesArray<Types::StackResourceSummary>

A list of StackResourceSummary structures.

Returns: