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

Class: Aws::CloudFormation::Types::ListImportsOutput

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#importsArray<String>

A list of stack names that are importing the specified exported output value.

Returns:

  • (Array<String>)

    A list of stack names that are importing the specified exported output value.

#next_tokenString

A string that identifies the next page of exports. If there is no additional page, this value is null.

Returns:

  • (String)

    A string that identifies the next page of exports.