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

Class: Aws::CloudFormation::Types::DescribeStacksInput

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

Overview

Note:

When passing DescribeStacksInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  stack_name: "StackName",
  next_token: "NextToken",
}

The input for DescribeStacks action.

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A string that identifies the next page of stacks that you want to retrieve.

Returns:

  • (String)

    A string that identifies the next page of stacks that you want to retrieve.

#stack_nameString

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack\'s name or its unique stack ID.

  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

Returns:

  • (String)

    The name or the unique stack ID that is associated with the stack, which are not always interchangeable:.