Class: Aws::CloudFormation::Types::ListStacksOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb

Overview

The output for ListStacks action.

Constant Summary collapse

SENSITIVE =
[]

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)


5565
5566
5567
5568
5569
5570
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 5565

class ListStacksOutput < Struct.new(
  :stack_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#stack_summariesArray<Types::StackSummary>

A list of StackSummary structures containing information about the specified stacks.

Returns:



5565
5566
5567
5568
5569
5570
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 5565

class ListStacksOutput < Struct.new(
  :stack_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end