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

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

Overview

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


3407
3408
3409
3410
3411
3412
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3407

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

#stacksArray<Types::Stack>

A list of stack structures.

Returns:



3407
3408
3409
3410
3411
3412
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3407

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