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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#export_nameString

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

Returns:

  • (String)


4742
4743
4744
4745
4746
4747
# File 'lib/aws-sdk-cloudformation/types.rb', line 4742

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

#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)


4742
4743
4744
4745
4746
4747
# File 'lib/aws-sdk-cloudformation/types.rb', line 4742

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