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

Class: Aws::CloudFormation::Types::ListImportsInput

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

Overview

Note:

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

{
  export_name: "ExportName", # required
  next_token: "NextToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#export_nameString

The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value.

Returns:

  • (String)

    The name of the exported output value.

#next_tokenString

A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.

Returns:

  • (String)

    A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.